L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
l4_macros.h
Go to the documentation of this file.
1
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
17#ifndef _L4UTIL__ARCH_X86__L4_MACROS_H
18#define _L4UTIL__ARCH_X86__L4_MACROS_H
19
20#include_next <l4/util/l4_macros.h>
21
22#ifndef l4_addr_fmt
23# define l4_addr_fmt "%08lx"
24#endif
25
26#endif /* !_L4UTIL__ARCH_X86__L4_MACROS_H */