]> rtime.felk.cvut.cz Git - jailhouse.git/blob - hypervisor/arch/arm/include/asm/paging_modes.h
72950eb848f52951b353a81c0aa8886afed17253
[jailhouse.git] / hypervisor / arch / arm / include / asm / paging_modes.h
1 /*
2  * Jailhouse, a Linux-based partitioning hypervisor
3  *
4  * Copyright (c) Siemens AG, 2014
5  *
6  * Authors:
7  *  Jan Kiszka <jan.kiszka@siemens.com>
8  *
9  * This work is licensed under the terms of the GNU GPL, version 2.  See
10  * the COPYING file in the top-level directory.
11  */
12
13 #ifndef __ASSEMBLY__
14
15 #include <jailhouse/paging.h>
16
17 /* Long-descriptor paging */
18 extern const struct paging arm_paging[];
19
20 #define hv_paging       arm_paging
21
22 #endif /* !__ASSEMBLY__ */