diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-02-01 23:44:51 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:13:38 +0200 |
| commit | a6b91c56f29257c3e54f0bfb2d99bf07262cb184 (patch) | |
| tree | 13c093a1581d9a4c8c1ff34fe35c2b40c21f05b4 /src/machine/mod.rs | |
| parent | f857bd1d4f12316bd3434192d41c2489407c11a4 (diff) | |
PS/2 Keyboard controller: baseline
Diffstat (limited to 'src/machine/mod.rs')
| -rw-r--r-- | src/machine/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/machine/mod.rs b/src/machine/mod.rs index a9cf4cb..78fa73e 100644 --- a/src/machine/mod.rs +++ b/src/machine/mod.rs @@ -1,10 +1,9 @@ pub mod cgascr; +pub mod device_io; pub mod interrupt; -mod kbd_defs; pub mod key; pub mod keyctrl; pub mod mem; pub mod plugbox; -pub mod device_io; // TODO: this module *should* be arch independent. |
