Expand description
Functions to deal with Kernel State Objects (KSOs). These are objects created by the kernel to describe the running state of the system and expose device memory to userspace.
Structs§
- Interrupt
Allocate Options - Kaction
Flags - Possible flags for kaction.
- KsoHdr
- The base struct for any kernel state object.
Enums§
- Interrupt
Priority - Kaction
Cmd - A KAction command, either generic or KSO-specific.
- Kaction
Generic Cmd - A generic kaction command, applies to all KSOs.
- Kaction
Value - A value to pass for a KAction.
Constants§
- KSO_
NAME_ MAX_ LEN - Maximum name length for a KSO.