|
libhd 5.0
|
#include <v86bios.h>
Data Fields | |
| Bool | booted |
| enum dev_type | type |
| union { | |
| int none | |
| struct pci { | |
| int bus | |
| int dev | |
| int func | |
| } pci | |
| } | loc |
| int device::bus |
| int device::dev |
| int device::func |
| union { ... } device::loc |
| int device::none |
| struct { ... } ::pci device::pci |
| enum dev_type device::type |