fmdrv_v4l2.h 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * FM Driver for Connectivity chip of Texas Instruments.
  3. *
  4. * FM V4L2 module header.
  5. *
  6. * Copyright (C) 2011 Texas Instruments
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  20. *
  21. */
  22. #ifndef _FMDRV_V4L2_H
  23. #define _FMDRV_V4L2_H
  24. #include <media/v4l2-ioctl.h>
  25. #include <media/v4l2-common.h>
  26. #include <media/v4l2-ctrls.h>
  27. int fm_v4l2_init_video_device(struct fmdev *, int);
  28. void *fm_v4l2_deinit_video_device(void);
  29. #endif