diff options
Diffstat (limited to 'src/kernel/acpi/acpi.h')
-rw-r--r-- | src/kernel/acpi/acpi.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kernel/acpi/acpi.h b/src/kernel/acpi/acpi.h new file mode 100644 index 0000000..6db7e72 --- /dev/null +++ b/src/kernel/acpi/acpi.h @@ -0,0 +1,10 @@ +#ifndef MELVIX_ACPI_H +#define MELVIX_ACPI_H + +int acpi_install(); + +void reboot(); + +void acpi_poweroff(); + +#endif |