![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Files | |
| file | kip.h |
Macros | |
| #define | l4util_kip_for_each_feature(s) |
| Cycle through kernel features given in the KIP. | |
Functions | |
| L4_BEGIN_DECLS int | l4util_kip_kernel_has_feature (l4_kernel_info_t const *k, char const *str) |
| Check if kernel supports a feature. | |
| unsigned long | l4util_kip_kernel_abi_version (l4_kernel_info_t const *k) |
| Return kernel ABI version. | |
| #define l4util_kip_for_each_feature | ( | s | ) |
Cycle through kernel features given in the KIP.
Cycles through all KIP kernel feature strings. s must be a character pointer (char const *) initialized with l4_kip_version_string().
| unsigned long l4util_kip_kernel_abi_version | ( | l4_kernel_info_t const * | k | ) |
Return kernel ABI version.
| k | Pointer to the kernel info page (KIP). |
References L4_CV, and L4_END_DECLS.
| L4_BEGIN_DECLS int l4util_kip_kernel_has_feature | ( | l4_kernel_info_t const * | k, |
| char const * | str ) |
Check if kernel supports a feature.
| k | Pointer to the kernel info page (KIP). |
| str | Feature name to check. |
Checks the feature field in the KIP for the given string.
References L4_CV.