Move consts to arch
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#[macro_use]
|
||||
pub mod macros;
|
||||
|
||||
/// Constants like memory locations
|
||||
pub mod consts;
|
||||
|
||||
/// Debugging support
|
||||
pub mod debug;
|
||||
|
||||
|
||||
@@ -86,9 +86,6 @@ pub use crate::arch::*;
|
||||
|
||||
use crate::log::info;
|
||||
|
||||
/// Constants like memory locations
|
||||
pub mod consts;
|
||||
|
||||
/// Heap allocators
|
||||
pub mod allocator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user