7 lines
No EOL
114 B
C
7 lines
No EOL
114 B
C
#ifndef USB_H
|
|
#define USB_H
|
|
|
|
void usb_init(void);
|
|
int usb_read_bulk(int device, void *buffer, int length);
|
|
|
|
#endif |