From b9c103e3048d2b28a2606a3b9693ec881425a732 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 28 Sep 2019 23:08:13 +0200 Subject: Added some documentation --- src/kernel/acpi/acpi.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/kernel/acpi') diff --git a/src/kernel/acpi/acpi.h b/src/kernel/acpi/acpi.h index 6db7e72..53c57b4 100644 --- a/src/kernel/acpi/acpi.h +++ b/src/kernel/acpi/acpi.h @@ -1,10 +1,20 @@ #ifndef MELVIX_ACPI_H #define MELVIX_ACPI_H +/** + * Initialize the ACP interface + * @return 0 if successful, otherwise -1 + */ int acpi_install(); +/** + * Activate a ACPI based device reboot + */ void reboot(); +/** + * Activate a ACPI based device shutdown/poweroff + */ void acpi_poweroff(); #endif -- cgit v1.2.3