#ifndef MELVIX_ACPI_H #define MELVIX_ACPI_H int acpi_install(); void reboot(); void acpi_poweroff(); #endif