#include <linux/types.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/ide.h>
#include <linux/init.h>
#include <linux/io.h>
Go to the source code of this file.
#define DECLARE_SII_DEV |
( |
|
p_ops | ) |
|
Value:{ \
.init_chipset = init_chipset_siimage, \
.init_iops = init_iops_siimage, \
.port_ops = p_ops, \
.dma_ops = &sil_dma_ops, \
}
Definition at line 710 of file siimage.c.
#define DRV_NAME "siimage" |
MODULE_AUTHOR |
( |
"Andre |
Hedrick, |
|
|
Alan Cox" |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
siimage_pci_tbl |
|
|
) |
| |
module_exit |
( |
siimage_ide_exit |
| ) |
|
module_init |
( |
siimage_ide_init |
| ) |
|