]> Git Repo - J-linux.git/blob - drivers/usb/gadget/function/f_uvc.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / usb / gadget / function / f_uvc.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  *      f_uvc.h  --  USB Video Class Gadget driver
4  *
5  *      Copyright (C) 2009-2010
6  *          Laurent Pinchart ([email protected])
7  */
8
9 #ifndef _F_UVC_H_
10 #define _F_UVC_H_
11
12 struct uvc_device;
13
14 void uvc_function_setup_continue(struct uvc_device *uvc, int disable_ep);
15
16 void uvc_function_connect(struct uvc_device *uvc);
17
18 void uvc_function_disconnect(struct uvc_device *uvc);
19
20 #endif /* _F_UVC_H_ */
This page took 0.028168 seconds and 4 git commands to generate.