aboutsummaryrefslogtreecommitdiff
path: root/src/usb/usb.h
blob: 5946daf41986ce4211bd62a1203f90988df429cf (plain)
1
2
3
4
5
6
7
8
#ifndef __USB_H__
#define __USB_H__

#include <stdint.h>

void usb_start();

#endif /* __USB_H__ */