Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <asm/io.h>
#include <asm/page.h>
#include <linux/kmod.h>
#include <linux/vmalloc.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/pci.h>
#include <asm/irq.h>
#include <linux/signal.h>
#include <linux/sched.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 "mantis_reg.h"
#include "mantis_pci.h"
Go to the source code of this file.
Macros | |
#define | DRIVER_NAME "Mantis Core" |
Functions | |
int __devinit | mantis_pci_init (struct mantis_pci *mantis) |
EXPORT_SYMBOL_GPL (mantis_pci_init) | |
void | mantis_pci_exit (struct mantis_pci *mantis) |
EXPORT_SYMBOL_GPL (mantis_pci_exit) | |
MODULE_DESCRIPTION ("Mantis PCI DTV bridge driver") | |
MODULE_AUTHOR ("Manu Abraham") | |
MODULE_LICENSE ("GPL") | |
#define DRIVER_NAME "Mantis Core" |
Definition at line 47 of file mantis_pci.c.
EXPORT_SYMBOL_GPL | ( | mantis_pci_init | ) |
EXPORT_SYMBOL_GPL | ( | mantis_pci_exit | ) |
void mantis_pci_exit | ( | struct mantis_pci * | mantis | ) |
Definition at line 151 of file mantis_pci.c.
int __devinit mantis_pci_init | ( | struct mantis_pci * | mantis | ) |
Definition at line 49 of file mantis_pci.c.
MODULE_AUTHOR | ( | "Manu Abraham" | ) |
MODULE_LICENSE | ( | "GPL" | ) |