ARM: KVM: Add a HYP-specific header file
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 21 Oct 2015 09:09:49 +0000 (10:09 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 29 Feb 2016 18:34:12 +0000 (18:34 +0000)
commit08dcbfda0774d5550447835f20a647b7e4c94481
treedc04215f74db43db5c96f692b30ec656a0130b9d
parentc2a8dab507ca6f8990c12372052efc830f51dd3f
ARM: KVM: Add a HYP-specific header file

In order to expose the various HYP services that are private to
the hypervisor, add a new hyp.h file.

So far, it only contains mundane things such as section annotation
and VA manipulation.

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/hyp/hyp.h [new file with mode: 0644]