]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4util/include/ARCH-amd64/mbi_argv.h
f0287da3704e5c7c6fbeccac394bf27172b57682
[l4.git] / l4 / pkg / l4util / include / ARCH-amd64 / mbi_argv.h
1 /**
2  * \file
3  * \brief    command line handling
4  *
5  * \date     2003
6  * \author   Frank Mehnert <fm3@os.inf.tu-dresden.de> */
7
8 /*
9  * (c) 2003-2009 Technische Universität Dresden
10  * This file is part of TUD:OS and distributed under the terms of the
11  * GNU Lesser General Public License 2.1.
12  * Please see the COPYING-LGPL-2.1 file for details.
13  */
14
15 #ifndef L4UTIL_MBI_ARGV
16 #define L4UTIL_MBI_ARGV
17
18 #include <l4/sys/l4int.h>
19 #include <l4/util/mb_info.h>
20 #include <l4/sys/compiler.h>
21
22 EXTERN_C_BEGIN
23
24 L4_CV void l4util_mbi_to_argv(l4_mword_t flag, l4util_mb_info_t *mbi);
25
26 extern int  l4util_argc;
27 extern char *l4util_argv[];
28
29 EXTERN_C_END
30
31 #endif
32