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 * License: see LICENSE.spdx (in this directory or the directories above)
12 */
13
14#ifndef _L4UTIL__ARCH_AMD64__L4_MACROS_H
15#define _L4UTIL__ARCH_AMD64__L4_MACROS_H
16
17#include_next <l4/util/l4_macros.h>
18
19#ifndef l4_addr_fmt
20# define l4_addr_fmt "%016lx"
21#endif
22
23#endif /* !_L4UTIL__ARCH_AMD64__L4_MACROS_H */