cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

f_uvc.h (430B)


      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 (laurent.pinchart@ideasonboard.com)
      7 */
      8
      9#ifndef _F_UVC_H_
     10#define _F_UVC_H_
     11
     12struct uvc_device;
     13
     14void uvc_function_setup_continue(struct uvc_device *uvc);
     15
     16void uvc_function_connect(struct uvc_device *uvc);
     17
     18void uvc_function_disconnect(struct uvc_device *uvc);
     19
     20#endif /* _F_UVC_H_ */