]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/sigma0/server/src/memmap.h
update
[l4.git] / l4 / pkg / sigma0 / server / src / memmap.h
1 /*
2  * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
3  *               Alexander Warg <warg@os.inf.tu-dresden.de>
4  *     economic rights: Technische Universität Dresden (Germany)
5  *
6  * This file is part of TUD:OS and distributed under the terms of the
7  * GNU General Public License 2.
8  * Please see the COPYING-GPL-2 file for details.
9  */
10 #ifndef MEMMAP_H
11 #define MEMMAP_H
12
13 #include <l4/sys/compiler.h>
14 #include <l4/sys/types.h>
15 #include <l4/sys/kip.h>
16
17 #include "mem_man.h"
18 #include "globals.h"
19
20
21 extern Mem_man iomem;
22
23 extern l4_kernel_info_t *l4_info;
24 extern l4_addr_t        tbuf_status;
25
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 void pager(void) L4_NORETURN;
30 void dump_all(void);
31
32 #ifdef __cplusplus
33 }
34 #endif
35
36
37 #endif