7 lines
95 B
C
Executable File
7 lines
95 B
C
Executable File
#ifndef _BL_USB_H
|
|
#define _BL_USB_H
|
|
|
|
extern int bl_usb(void);
|
|
extern int bl_uart(void);
|
|
|
|
#endif |