Linux Kernel
3.7.1
|
#include <pci.h>
Data Fields | |
u8(* | inb )(struct pci_hba_data *hba, u16 port) |
u16(* | inw )(struct pci_hba_data *hba, u16 port) |
u32(* | inl )(struct pci_hba_data *hba, u16 port) |
void(* | outb )(struct pci_hba_data *hba, u16 port, u8 data) |
void(* | outw )(struct pci_hba_data *hba, u16 port, u16 data) |
void(* | outl )(struct pci_hba_data *hba, u16 port, u32 data) |