/* * usb.h */ #ifndef __USB_H__ #define __USB_H__ void usb_init(void); void usb_run(void); #endif // __USB_H__