8 lines
127 B
C
8 lines
127 B
C
#ifndef __USB_UVC_H
|
|
#define __USB_UVC_H
|
|
|
|
int usb_uvc_scan(void);
|
|
void usb_uvc_disconnect(void);
|
|
int usb_uvc_init(void);
|
|
|
|
#endif |