#ifndef USB_H_ #define USB_H_ int usb_init(void); void usb_wait_for_dtr(void); bool usb_dtr_active(void); #endif /* USB_H_ */