L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
consts.h
Go to the documentation of this file.
1/*****************************************************************************/
7/*
8 * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
9 * Alexander Warg <warg@os.inf.tu-dresden.de>,
10 * Björn Döbel <doebel@os.inf.tu-dresden.de>,
11 * Lars Reuther <reuther@os.inf.tu-dresden.de>
12 * economic rights: Technische Universität Dresden (Germany)
13 *
14 * License: see LICENSE.spdx (in this directory or the directories above)
15 */
16/*****************************************************************************/
17#ifndef __L4SYS__INCLUDE__ARCH_X86__CONSTS_H__
18#define __L4SYS__INCLUDE__ARCH_X86__CONSTS_H__
19
24#define L4_PAGESHIFT 12
25
30#define L4_SUPERPAGESHIFT 22
31
32#include_next <l4/sys/consts.h>
33
34#endif /* ! __L4SYS__INCLUDE__ARCH_X86__CONSTS_H__ */