1 2 3 4 5 6 7 8 9 10
#ifndef MELVIX_ACPI_H #define MELVIX_ACPI_H int acpi_install(); void reboot(); void acpi_poweroff(); #endif