summaryrefslogtreecommitdiff
path: root/include/drivers/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/usb.h')
-rw-r--r--include/drivers/usb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/drivers/usb.h b/include/drivers/usb.h
new file mode 100644
index 00000000..143ed27b
--- /dev/null
+++ b/include/drivers/usb.h
@@ -0,0 +1,8 @@
+#ifndef USB_H
+#define USB_H
+
+int ob_usb_ohci_init(const char *path, uint32_t addr);
+void ob_usb_hid_add_keyboard(const char *path);
+int usb_exit(void);
+
+#endif /* USB_H */