diff options
Diffstat (limited to 'src/usb/usb.h')
| -rw-r--r-- | src/usb/usb.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usb/usb.h b/src/usb/usb.h new file mode 100644 index 0000000..5946daf --- /dev/null +++ b/src/usb/usb.h @@ -0,0 +1,8 @@ +#ifndef __USB_H__ +#define __USB_H__ + +#include <stdint.h> + +void usb_start(); + +#endif /* __USB_H__ */ |