#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <asm/irq.h>
#include <linux/interrupt.h>
#include "dmxdev.h"
#include "dvbdev.h"
#include "dvb_demux.h"
#include "dvb_frontend.h"
#include "dvb_net.h"
#include "mantis_common.h"
#include "hopper_vp3028.h"
#include "mantis_dma.h"
#include "mantis_dvb.h"
#include "mantis_uart.h"
#include "mantis_ioc.h"
#include "mantis_pci.h"
#include "mantis_i2c.h"
#include "mantis_reg.h"
Go to the source code of this file.
#define DRIVER_NAME "Hopper" |
MODULE_AUTHOR |
( |
"Manu Abraham" |
| ) |
|
MODULE_DESCRIPTION |
( |
"HOPPER driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
hopper_pci_table |
|
|
) |
| |
module_exit |
( |
hopper_exit |
| ) |
|
module_init |
( |
hopper_init |
| ) |
|
MODULE_PARM_DESC |
( |
verbose |
, |
|
|
"verbose startup |
messages, |
|
|
default is 0(no)" |
|
|
) |
| |