Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "tda8261.h"
Go to the source code of this file.
Data Structures | |
struct | tda8261_state |
Functions | |
struct dvb_frontend * | tda8261_attach (struct dvb_frontend *fe, const struct tda8261_config *config, struct i2c_adapter *i2c) |
EXPORT_SYMBOL (tda8261_attach) | |
MODULE_AUTHOR ("Manu Abraham") | |
MODULE_DESCRIPTION ("TDA8261 8PSK/QPSK Tuner") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | tda8261_attach | ) |
MODULE_AUTHOR | ( | "Manu Abraham" | ) |
MODULE_DESCRIPTION | ( | "TDA8261 8PSK/QPSK Tuner" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
|
read |