///Primary interface to I/O ports - special memory addresses on a different bus that we can use to
///access I/O devices.
///Simple driver for the PS/2 keyboard.
/// New interface to PS/2.
///Advanced split interface to VGA buffer split between text management and actual buffer
///addressing.
///The 8259 PIC - Programmable Interrupt Controller. Contains data structures that we can use to
///control the behaviour of this device.
/// PIT controller.
/// AHCI driver.
/// PCI functionality
pub use ;
pub use mmio;
pub unsafe