| 1 | //! System bus, routes physical addresses to ROM, RAM, and MMIO devices. |
| 2 | |
| 3 | use crate::devices::{ |
| 4 | clint::Clint, framebuffer::Framebuffer, keyboard::Keyboard, plic::Plic, uart::Uart, |
nothing calls this directly
no outgoing calls
no test coverage detected