Expand description
Device I/O access and corresponding allocator.
This module allows device drivers to access the device I/O they need through allocators. There are two types of device I/O:
IoMem
for memory I/O (MMIO).IoPort
for port I/O (PIO).
Modulesยง
- io_mem ๐
- I/O memory and its allocator that allocates memory I/O (MMIO) to device drivers.
- io_port ๐
- I/O port and its allocator that allocates port I/O (PIO) to device drivers.
Structsยง
Functionsยง
- init ๐ โ
- Initializes the static allocator based on builder.