Enums§
Functions§
- Makes a raw
pci_get_info
system call, given a pointer to a buffer and the size of the buffer. On success, returns the number of entries written into the buffer. For a nicer interface to this system call, seecrate::ddk::pci::pci_get_info_slice
orcrate::ddk::pci::pci_get_info_vec
- these are part of the DDK to avoid pulling thepci_types
crate into everything that uses this crate.