pci: Versionize PCI state

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-05-26 15:28:15 +00:00
committed by Sebastien Boeuf
parent cacec04df6
commit 3ffd2cb9be
5 changed files with 23 additions and 19 deletions
-2
View File
@@ -5,8 +5,6 @@
//! Implements pci devices and busses.
#[macro_use]
extern crate log;
#[macro_use]
extern crate serde_derive;
mod bus;
mod configuration;