]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
core: Rename arch-specific hypercall headers
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 14 Jan 2014 18:16:15 +0000 (19:16 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Tue, 14 Jan 2014 19:34:29 +0000 (20:34 +0100)
asm/jailhouse.h is too generic, these headers actually define the
arch-specific hypercall interface parts of Jailhouse. Rename them but
keep "jailhouse" as part of the name to avoid potential clashes over the
generic "asm/hypercall.h".

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/arm/include/asm/jailhouse_hypercall.h [moved from hypervisor/arch/arm/include/asm/jailhouse.h with 100% similarity]
hypervisor/arch/x86/include/asm/jailhouse_hypercall.h [moved from hypervisor/arch/x86/include/asm/jailhouse.h with 100% similarity]
hypervisor/include/jailhouse/hypercall.h

index 310130f41279a9394b658573d7b9e93a017bf747..f3220303e5cc3d74fd4e4b08d84c1a45d86346ab 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _JAILHOUSE_HYPERCALL_H
 #define _JAILHOUSE_HYPERCALL_H
 
-#include <asm/jailhouse.h>
+#include <asm/jailhouse_hypercall.h>
 
 #define JAILHOUSE_HC_DISABLE           0
 #define JAILHOUSE_HC_CELL_CREATE       1