summaryrefslogtreecommitdiff
path: root/include/ps2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ps2.h')
-rw-r--r--include/ps2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ps2.h b/include/ps2.h
new file mode 100644
index 0000000..29c1f09
--- /dev/null
+++ b/include/ps2.h
@@ -0,0 +1,9 @@
+#ifndef _PS2_H_
+#define _PS2_H_
+
+#include <stdbool.h>
+#include <acpi.h>
+
+bool ps2_init(struct fadt *fadt);
+
+#endif