Skip to content
1 change: 1 addition & 0 deletions vm/devices/pci/pci_core/src/capabilities/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use inspect::Inspect;
use vmcore::save_restore::ProtobufSaveRestore;

pub mod msix;
pub mod pci_express;
pub mod read_only;

/// A generic PCI configuration space capability structure.
Expand Down
Loading
Loading