123456789101112131415161718192021222324252627282930313233343536373839 |
- /*
- * TVIN Tuner Bridge Driver
- *
- * Author: Bobby Yang <bo.yang@amlogic.com>
- *
- *
- * Copyright (C) 2010 Amlogic Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
- #ifndef __TVIN_TUNER_FQ1216ME_H
- #define __TVIN_TUNER_FQ1216ME_H
- /* Standard Liniux Headers */
- #include <linux/module.h>
- #include <linux/cdev.h>
- #include <linux/i2c.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
- #include <linux/fs.h>
- #include <linux/device.h>
- /* Amlogic Headers */
- #include <media/amlogic/656in.h>
- /* Local Headers */
- //#include "tvin_tuner_device.h"
- #endif //__TVIN_TUNER_FQ1216ME_H
|