usb.h 155 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #ifndef __USB_H__ #define __USB_H__ #include "usbmsc.h" /* host */ int usb_hostStart(enum_USB_HOST_STACK_ATTR attr ); int usb_hostStop(void); #endif