summaryrefslogtreecommitdiffstats
path: root/usb/endpt0.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb/endpt0.h')
-rw-r--r--usb/endpt0.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/usb/endpt0.h b/usb/endpt0.h
new file mode 100644
index 0000000..4ba89ed
--- /dev/null
+++ b/usb/endpt0.h
@@ -0,0 +1,10 @@
+#ifndef USB_ENDPT0_H
+#define USB_ENDPT0_H
+
+#include <stdint.h>
+
+void usb_endpt0_disable(void);
+void usb_endpt0_enable(void);
+void usb_endpt0_token(uint8_t state);
+
+#endif /* USB_ENDPT0_H */