My Kernel v0.1.0
pci_device Struct Reference

Per-bus device struct for PCI devices. More...

#include <pci.h>

Data Structures

struct  pci_bar
 PCI Base Address Registers. More...
 

Data Fields

u8 number
 The device number on its bus.
 
struct pci_busbus
 The bus to which the device is connected.
 
pci_device_id_t id
 The PCI device's vendor/device ID.
 
u8 interrupt_line
 The PIC interrupt number used by the PCI device.
 
interrupt_handler interrupt_handler
 The interrupt handler routine.
 

Detailed Description

See also
device

The documentation for this struct was generated from the following file: