summaryrefslogtreecommitdiffstats
path: root/usb/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb/usb.h')
-rw-r--r--usb/usb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/usb/usb.h b/usb/usb.h
new file mode 100644
index 0000000..64d0585
--- /dev/null
+++ b/usb/usb.h
@@ -0,0 +1,7 @@
+#ifndef USB_H
+#define USB_H
+
+void usb_setup(void);
+void usb_isr(void);
+
+#endif /* USB_H */