aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-09-15 22:31:58 +0100
committerManish Pandey <manish.pandey2@arm.com>2020-09-23 12:30:08 +0100
commit6b3840a0632c0a554ad5312de0a59bfc30867f42 (patch)
tree1367885078fad1a1ef2a3ac1e90dd30c44969908 /include
parent458d5534ef40440b29a5e9607732d588bed05274 (diff)
downloadtf-a-tests-6b3840a0632c0a554ad5312de0a59bfc30867f42.tar.gz
cactus: implement hvc call to get interrupt id
Since an SP cannot access GIC directly, it relies on SPMC(S-EL2) to get the interrupt ID. This patch introduces a new hvc call "SPM_INTERRUPT_GET" to get interrupt ID in S-EL1. Change-Id: I37626f907174ae57a24dc6b86e89d26ba8ebbddf Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/runtime_services/ffa_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/runtime_services/ffa_helpers.h b/include/runtime_services/ffa_helpers.h
index 197879e00..2cc2c4670 100644
--- a/include/runtime_services/ffa_helpers.h
+++ b/include/runtime_services/ffa_helpers.h
@@ -23,6 +23,7 @@
typedef unsigned short ffa_vm_id_t;
typedef unsigned short ffa_vm_count_t;
typedef unsigned short ffa_vcpu_count_t;
+typedef uint32_t ffa_int_id_t;
#ifndef __ASSEMBLY__