diff options
Diffstat (limited to 'src/machine/keyctrl.rs')
| -rw-r--r-- | src/machine/keyctrl.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/machine/keyctrl.rs b/src/machine/keyctrl.rs index 14e7aa4..93bd419 100644 --- a/src/machine/keyctrl.rs +++ b/src/machine/keyctrl.rs @@ -1,9 +1,8 @@ use self::super::kbd_defs::*; use self::super::key::*; -use crate::arch::x86_64::io_port::*; +use crate::machine::device_io::*; -// this is the driver for keyboard controller -// not to confuse with the keyboard module. +// this is the driver for keyboard controller not to confuse with the keyboard module. // The later is an abstraction // This one serves a the HW driver |
