Skip to main content

kernel/state/subcats/
fs.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! Virtual filesystem state placeholder for [`KState`].
3//!
4//! Authors: MarioS271
5
6/// Holds the virtual filesystem layer state and registered filesystem drivers.
7pub struct Fs {
8
9}