From e746ab10da35e5d9ef957c72adf9a3ec7a7df225 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 23 Aug 2022 22:18:04 -0700 Subject: Queue trait --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 550b78f..476ef60 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,5 +3,6 @@ //! Processor independent code for operating systems! //! Provides common structures for synchronization, memory, etc. #![no_std] +pub mod serial; pub mod sync; pub mod util; -- cgit v1.2.1