mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 16:13:27 +00:00
Add mlsdisk as a component
Co-authored-by: Shaowei Song <songshaowei.ssw@antgroup.com>
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6e691d5838
commit
56a137dc56
14
kernel/comps/mlsdisk/src/layers/mod.rs
Normal file
14
kernel/comps/mlsdisk/src/layers/mod.rs
Normal file
@ -0,0 +1,14 @@
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
#[path = "0-bio/mod.rs"]
|
||||
pub mod bio;
|
||||
#[path = "1-crypto/mod.rs"]
|
||||
pub mod crypto;
|
||||
#[path = "5-disk/mod.rs"]
|
||||
pub mod disk;
|
||||
#[path = "2-edit/mod.rs"]
|
||||
pub mod edit;
|
||||
#[path = "3-log/mod.rs"]
|
||||
pub mod log;
|
||||
#[path = "4-lsm/mod.rs"]
|
||||
pub mod lsm;
|
Reference in New Issue
Block a user