fmdrv_v4l2.h 422 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * FM Driver for Connectivity chip of Texas Instruments.
  4. *
  5. * FM V4L2 module header.
  6. *
  7. * Copyright (C) 2011 Texas Instruments
  8. */
  9. #ifndef _FMDRV_V4L2_H
  10. #define _FMDRV_V4L2_H
  11. #include <media/v4l2-ioctl.h>
  12. #include <media/v4l2-common.h>
  13. #include <media/v4l2-ctrls.h>
  14. int fm_v4l2_init_video_device(struct fmdev *, int);
  15. void *fm_v4l2_deinit_video_device(void);
  16. #endif