#include <linux/device.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/uio_driver.h>
#include <asm/io.h>
Go to the source code of this file.
#define CIF_SUBDEVICE_DEVICENET 0x432 |
#define CIF_SUBDEVICE_PROFIBUS 0x430 |
#define INTSCR_INT1_ENABLE 0x01 |
#define INTSCR_INT1_STATUS 0x04 |
#define PCI_SUBVENDOR_ID_PEP 0x1518 |
#define PLX9030_INTCSR 0x4C |
MODULE_AUTHOR |
( |
"Hans J. |
Koch, |
|
|
Benedikt Spranger" |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
hilscher_pci_ids |
|
|
) |
| |
module_exit |
( |
hilscher_exit_module |
| ) |
|
module_init |
( |
hilscher_init_module |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|