Add lock module (name is temporary)

This commit is contained in:
Philipp Oppermann
2015-12-04 11:52:44 +01:00
parent 6c5b932fbc
commit 6535aa017d
2 changed files with 145 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ mod entry;
mod table;
pub mod translate;
pub mod mapping;
pub mod lock;
pub fn test<A>(frame_allocator: &mut A)
where A: super::FrameAllocator