#ifndef USB_H #define USB_H void usb_setup(void); void usb_isr(void); #endif /* USB_H */