uvc_configfs.h 549 B

12345678910111213141516171819202122
  1. /*
  2. * uvc_configfs.h
  3. *
  4. * Configfs support for the uvc function.
  5. *
  6. * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  7. * http://www.samsung.com
  8. *
  9. * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
  10. *
  11. * This program is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License version 2 as
  13. * published by the Free Software Foundation.
  14. */
  15. #ifndef UVC_CONFIGFS_H
  16. #define UVC_CONFIGFS_H
  17. struct f_uvc_opts;
  18. int uvcg_attach_configfs(struct f_uvc_opts *opts);
  19. #endif /* UVC_CONFIGFS_H */