1 /** 2 * \file 3 * \brief Main function 4 * 5 * \date 08/29/2000 6 * \author Frank Mehnert <fm3@os.inf.tu-dresden.de> */ 7 8 /* 9 * (c) 2006-2009 Author(s) 10 * economic rights: Technische Universität Dresden (Germany) 11 * This file is part of TUD:OS and distributed under the terms of the 12 * GNU Lesser General Public License 2.1. 13 * Please see the COPYING-LGPL-2.1 file for details. 14 */ 15 16 #pragma once 17 18 #include_next <l4/util/l4_macros.h> 19 20 #ifndef l4_addr_fmt 21 # define l4_addr_fmt "%08lx" 22 #endif 23