61 #define l4util_kip_for_each_feature(s) \
62 for (s += strlen(s) + 1; *s; s += strlen(s) + 1)
L4 compiler related defines.
#define EXTERN_C_BEGIN
Start section with C types and functions.
#define EXTERN_C_END
End section with C types and functions.
#define L4_CV
Define calling convention.
L4 Kernel Interface Page.
Kernel Info Page access functions.
int l4util_kip_kernel_has_feature(l4_kernel_info_t *, const char *str)
Check if kernel supports a feature.
unsigned long l4util_kip_kernel_abi_version(l4_kernel_info_t *)
Return kernel ABI version.
int l4util_kip_kernel_is_ux(l4_kernel_info_t *)
Return whether the kernel is running natively or under UX.