L4Re Operating System Framework
Interface and Usage Documentation
|
Info structure for an ICU. More...
#include <icu.h>
Data Fields | |
unsigned | features |
Feature flags. | |
unsigned | nr_irqs |
The number of IRQ lines supported by the ICU,. | |
unsigned | nr_msis |
The number of MSI vectors supported by the ICU,. | |
Info structure for an ICU.
This structure contains information about the features of an ICU.
unsigned l4_icu_info_t::features |
Feature flags.
If L4_ICU_FLAG_MSI is set the ICU supports MSIs.
Definition at line 179 of file icu.h.
Referenced by L4::Icu::Info::supports_msi().