L4Re Operating System Framework
Interface and Usage Documentation
•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
kip.h
Go to the documentation of this file.
1
5/*
6 * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
7 * Alexander Warg <warg@os.inf.tu-dresden.de>
8 * economic rights: Technische Universität Dresden (Germany)
9 * License: see LICENSE.spdx (in this directory or the directories above)
10 */
11
12#pragma once
13
14#include <l4/sys/kip.h>
15#include <l4/sys/compiler.h>
16
25
39
47
49
58#define l4util_kip_for_each_feature(s) l4_kip_for_each_feature(s)
59
L4 compiler related defines.
#define __END_DECLS
End section with C types and functions.
Definition compiler.h:167
#define L4_CV
Define calling convention.
Definition linkage.h:33
#define __BEGIN_DECLS
Start section with C types and functions.
Definition compiler.h:164
unsigned long l4util_kip_kernel_abi_version(l4_kernel_info_t const *k)
Return kernel ABI version.
int l4util_kip_kernel_has_feature(l4_kernel_info_t const *k, char const *str)
Check if kernel supports a feature.
L4 Kernel Interface Page.
Definition __kip-32bit.h:28
Kernel Info Page access functions.