vmotherboard/chipset/backing/arc_mutex/
mod.rs

1
2
3
4
5
6
7
8
9
10
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! Infrastructure for wiring up `Arc + Mutex`-backed `ChipsetDevice` instances
//! to the virtual motherboard.

pub mod device;
pub mod pci;
pub mod services;
pub mod state_unit;