foboot/include/usb.h

14 lines
142 B
C
Raw Normal View History

#ifndef __USB_H
#define __USB_H
#ifdef __cplusplus
extern "C" {
#endif
void usb_isr(void);
#ifdef __cplusplus
}
#endif
#endif