Change the visibility of KVirtAreaFreeNode

This commit is contained in:
Yuke Peng 2024-11-11 16:51:17 +08:00 committed by Tate, Hongliang Tian
parent 05ec50def3
commit 11459a6164

View File

@ -9,7 +9,7 @@ use crate::{
Error, Error,
}; };
pub struct KVirtAreaFreeNode { struct KVirtAreaFreeNode {
block: Range<Vaddr>, block: Range<Vaddr>,
} }