L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
consts.h
Go to the documentation of this file.
1
6/*
7 * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
8 * Alexander Warg <warg@os.inf.tu-dresden.de>,
9 * Björn Döbel <doebel@os.inf.tu-dresden.de>
10 * economic rights: Technische Universität Dresden (Germany)
11 *
12 * License: see LICENSE.spdx (in this directory or the directories above)
13 */
14#ifndef _L4_SYS_CONSTS_H
15#define _L4_SYS_CONSTS_H
16
17/* L4 includes */
18#include <l4/sys/l4int.h>
26#define L4_PAGESHIFT 12
27
31#define L4_SUPERPAGESHIFT 21
32
35#include_next <l4/sys/consts.h>
36
37#endif /* !_L4_SYS_CONSTS_H */