/** * \file * \brief command line handling * * \date 2003 * \author Frank Mehnert */ /* * (c) 2003-2009 Author(s) * economic rights: Technische Universität Dresden (Germany) * This file is part of TUD:OS and distributed under the terms of the * GNU Lesser General Public License 2.1. * Please see the COPYING-LGPL-2.1 file for details. */ #ifndef L4UTIL_MBI_ARGV #define L4UTIL_MBI_ARGV #include #include #include EXTERN_C_BEGIN L4_CV void l4util_mbi_to_argv(l4_mword_t flag, l4util_mb_info_t *mbi); extern int l4util_argc; extern char *l4util_argv[]; EXTERN_C_END #endif