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