#ifndef USB_H #define USB_H void usb_init(void); int usb_read_bulk(int device, void *buffer, int length); #endif