make FDT handling more sane

This commit is contained in:
Bryan McShea
2024-04-24 21:37:47 -04:00
parent 826a122241
commit 9a8b93848a
8 changed files with 51 additions and 26 deletions
+1
View File
@@ -1,3 +1,4 @@
pub mod fdt;
pub mod mem;
pub mod uart;
pub mod pci;