fq1216me.h 768 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * TVIN Tuner Bridge Driver
  3. *
  4. * Author: Bobby Yang <bo.yang@amlogic.com>
  5. *
  6. *
  7. * Copyright (C) 2010 Amlogic Inc.
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License version 2 as
  11. * published by the Free Software Foundation.
  12. */
  13. #ifndef __TVIN_TUNER_FQ1216ME_H
  14. #define __TVIN_TUNER_FQ1216ME_H
  15. /* Standard Liniux Headers */
  16. #include <linux/module.h>
  17. #include <linux/cdev.h>
  18. #include <linux/i2c.h>
  19. #include <linux/kernel.h>
  20. #include <linux/slab.h>
  21. #include <linux/fs.h>
  22. #include <linux/device.h>
  23. /* Amlogic Headers */
  24. #include <media/amlogic/656in.h>
  25. /* Local Headers */
  26. //#include "tvin_tuner_device.h"
  27. #endif //__TVIN_TUNER_FQ1216ME_H