#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/i2o.h>
#include <linux/module.h>
#include "core.h"
Go to the source code of this file.
#define OSM_DESCRIPTION "I2O-subsystem" |
Definition at line 37 of file pci.c.
i2o_pci_exit - unregisters I2O PCI driver from PCI subsystem
Definition at line 493 of file pci.c.
i2o_pci_init - registers I2O PCI driver in PCI subsystem
Returns > 0 on success or negative error code on failure.
Definition at line 485 of file pci.c.
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
i2o_pci_ids |
|
|
) |
| |