aboutsummaryrefslogtreecommitdiff
path: root/src/machine/device_io.rs
Commit message (Collapse)AuthorAge
* add IOPort structTianhao Wang2024-06-11
| | | | So that device IO can be be synchronized.
* make device_io a arch independent interface.Tianhao Wang2024-06-11
In arm we will be using MMIO instead of the IO instructions. However the peripherals should use the same interface for IOs.