foboot/include/usb.h
Sean Cross b31c0213b5 usb: add empty usb implementation
Signed-off-by: Sean Cross <sean@xobs.io>
2019-01-01 22:37:14 +08:00

14 lines
142 B
C

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