ARM/ARM64: KVM: Add common header for PSCI related defines
authorAnup Patel <anup.patel@linaro.org>
Tue, 29 Apr 2014 05:54:15 +0000 (11:24 +0530)
committerChristoffer Dall <christoffer.dall@linaro.org>
Wed, 30 Apr 2014 11:18:57 +0000 (04:18 -0700)
commite546eea74ec66698e29c583639cf6e2a11e46490
tree9cdcad96cfc278e735fc1892e2edd4eae6c7e667
parent717abd208dff75b343243aa5ed688f62190dda5e
ARM/ARM64: KVM: Add common header for PSCI related defines

We need a common place to share PSCI related defines among ARM kernel,
ARM64 kernel, KVM ARM/ARM64 PSCI emulation, and user space.

We introduce uapi/linux/psci.h for this purpose. This newly added
header will be first used by KVM ARM/ARM64 in-kernel PSCI emulation
and user space (i.e. QEMU or KVMTOOL).

Signed-off-by: Anup Patel <anup.patel@linaro.org>
Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
Signed-off-by: Ashwin Chaugule <ashwin.chaugule@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
include/uapi/linux/Kbuild
include/uapi/linux/psci.h [new file with mode: 0644]