PCI_BUS_SET_OPS
Section: Hardware Interfaces (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
pci_bus_set_ops - Set raw operations of pci bus
 
SYNOPSIS
- 
struct pci_ops * pci_bus_set_ops(struct pci_bus * bus, struct pci_ops * ops);
ARGUMENTS
bus
- 
- pci bus struct
ops
- 
new raw operations
DESCRIPTION
Return previous raw operations
 
COPYRIGHT