L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
mbi_argv.h
Go to the documentation of this file.
1
8/*
9 * (c) 2003-2009 Author(s)
10 * economic rights: Technische Universität Dresden (Germany)
11 * License: see LICENSE.spdx (in this directory or the directories above)
12 */
13
14#ifndef L4UTIL_MBI_ARGV
15#define L4UTIL_MBI_ARGV
16
17#include <l4/sys/l4int.h>
18#include <l4/util/mb_info.h>
19#include <l4/sys/compiler.h>
20
22
23L4_CV void l4util_mbi_to_argv(l4_mword_t flag, l4util_mb_info_t *mbi);
24
25extern int l4util_argc;
26extern char *l4util_argv[];
27
29
30#endif
31
L4 compiler related defines.
signed long l4_mword_t
Signed machine word.
Definition l4int.h:37
#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
Multiboot info structure as defined by GRUB.
MultiBoot Info description.
Definition mb_info.h:248