diff options
| author | Christian Cunningham <c@localhost> | 2022-08-26 20:14:10 -0700 |
|---|---|---|
| committer | Christian Cunningham <c@localhost> | 2022-08-26 20:14:10 -0700 |
| commit | 1fd2fcd086be2b988dc1dce9358d808ea10995cd (patch) | |
| tree | df0f2d66ce57ce9b7e5bbe45ac2e4091ca812701 /src/lib.rs | |
| parent | 7a0781efd95a2a40942821724d94dd876e7fc874 (diff) | |
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
