1 2 3 4 5 6 7
#ifndef _USB_HANDLER_H #define _USB_HANDLER_H extern void usb_in_process(void); extern void usb_out_process(void); #endif