make FDT handling more sane
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
pub mod fdt;
|
||||
pub mod mem;
|
||||
pub mod uart;
|
||||
pub mod pci;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
pub mod fdt;
|
||||
pub mod mem;
|
||||
pub mod uart;
|
||||
pub mod pci;
|
||||
|
||||