1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
34//! Infrastructure for wiring up `Arc + Mutex`-backed `ChipsetDevice` instances
5//! to the virtual motherboard.
67pub mod device;
8pub mod pci;
9pub mod services;
10pub mod state_unit;