iPXE
|
A BOFM device. More...
#include <bofm.h>
Data Fields | |
struct pci_device * | pci |
Underlying PCI device. More... | |
struct bofm_operations * | op |
BOFM device operations. More... | |
struct list_head | list |
List of BOFM devices. More... | |
struct pci_device* bofm_device::pci |
Underlying PCI device.
Definition at line 288 of file bofm.h.
Referenced by bofm(), and bofm_init().
struct bofm_operations* bofm_device::op |
struct list_head bofm_device::list |