Luna/kernel/include/power/reboot.h
apio a1659aa127 Add a reboot() function
This reboot function first tries to reboot using ACPI, then pulsing the CPU's RESET line through the keyboard, then triple-faulting. If we're still there, it halts.
2022-09-06 11:47:55 +02:00

3 lines
41 B
C

#pragma once
[[noreturn]] void reboot();