aboutsummaryrefslogtreecommitdiffstats
path: root/acpi.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-09-27 20:24:07 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-09-27 20:24:07 -0400
commit8f9329da623bf0812df44f60867180020283ff3f (patch)
tree08be9ccc06872609a7c0fba400c1adf414e86c60 /acpi.hpp
parentbd0acf88361a4b73a49d11a45177e72bf32091bc (diff)
acpi detection
Diffstat (limited to 'acpi.hpp')
-rw-r--r--acpi.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/acpi.hpp b/acpi.hpp
new file mode 100644
index 0000000..8154b81
--- /dev/null
+++ b/acpi.hpp
@@ -0,0 +1,7 @@
+#ifndef ACPI_HPP
+#define ACPI_HPP
+
+void acpi_initialize();
+
+#endif // ACPI_HPP
+