Skip to main content

kernel/state/subcats/
vdev.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! Virtual device registry subcategory for [`KState`].
3//!
4//! Authors: MarioS271
5
6/// Holds state for all registered virtual (software-emulated) devices.
7pub struct VDevs {
8
9}