From 16ff930f94a1c5cfa4a98a42a96c9b230024286b Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Thu, 1 Feb 2024 17:04:23 +0100 Subject: make device_io a arch independent interface. In arm we will be using MMIO instead of the IO instructions. However the peripherals should use the same interface for IOs. --- src/machine/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/machine/mod.rs') diff --git a/src/machine/mod.rs b/src/machine/mod.rs index c6f6fec..a9cf4cb 100644 --- a/src/machine/mod.rs +++ b/src/machine/mod.rs @@ -5,5 +5,6 @@ pub mod key; pub mod keyctrl; pub mod mem; pub mod plugbox; +pub mod device_io; // TODO: this module *should* be arch independent. -- cgit v1.2.3-70-g09d2