Expand description
Device driver prelude that includes some traits and types.
Enums§
- DevError
- The error type for device operation failures.
- Device
Type - All supported device types.
Traits§
- Base
Driver Ops - Common operations that require all device drivers to implement.
- Block
Driver Ops block - Operations that require a block storage device driver to implement.
- Display
Driver Ops display - Operations that require a graphics device driver to implement.
- NetDriver
Ops net - Operations that require a network device (NIC) driver to implement.
Type Aliases§
- AxBlock
Device block - The unified type of the block storage devices.
- AxDisplay
Device display - The unified type of the graphics display devices.
- AxNet
Device net - The unified type of the NIC devices.
- DevResult
- A specialized
Resulttype for device operations.