[PATCH v7 04/17] update_headers: arm64: Track uapi/linux/psci.h for PSCI definitions

Suzuki K Poulose posted 17 patches 2 days, 14 hours ago
[PATCH v7 04/17] update_headers: arm64: Track uapi/linux/psci.h for PSCI definitions
Posted by Suzuki K Poulose 2 days, 14 hours ago
In preparation for adding PSCI support in userspace, fetch the headers
from the kernel.

Reviewed-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
---
 util/update_headers.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/update_headers.sh b/util/update_headers.sh
index 2f981ca3..054397bf 100755
--- a/util/update_headers.sh
+++ b/util/update_headers.sh
@@ -58,6 +58,7 @@ do
 	case $arch in
 		arm64)
 			copy_uapi_asm_header sve_context.h
+			copy_uapi_linux_header psci.h
 			;;
 	esac
 	copy_uapi_asm_header kvm.h
-- 
2.43.0