Patch from Vincent Duvert (edited by myself): Implement reboot via ACPI (#4459)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33135 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2009-09-14 17:37:53 +00:00
parent da11bb8dcb
commit 40d6120c3b
3 changed files with 44 additions and 15 deletions
+1
View File
@@ -224,6 +224,7 @@ struct acpi_module_info {
status_t (*prepare_sleep_state)(uint8 state, void (*wakeFunc)(void),
size_t size);
status_t (*enter_sleep_state)(uint8 state);
status_t (*reboot)(void);
};