|
Kernelite 0.1.0
Kernelite is a minimalist, educational operating system kernel built from scratch. The project aims to recreate core components of the Linux architecture to explore the fundamentals of operating system design and hardware-software interaction.
|
Describes a single interrupt as parsed from an FDT "interrupts" specifier. More...
#include <fdt.h>
Data Fields | |
| irq_type_t | type |
| Interrupt category (SPI or PPI). | |
| uint32_t | id |
| Interrupt number within its category. | |
| irq_trigger_t | trigger |
| Trigger type for this interrupt. | |
Describes a single interrupt as parsed from an FDT "interrupts" specifier.