diff options
author | Jeenu Viswambharan <jeenu.viswambharan@arm.com> | 2017-09-22 08:32:09 +0100 |
---|---|---|
committer | Jeenu Viswambharan <jeenu.viswambharan@arm.com> | 2017-10-16 16:50:02 +0100 |
commit | d55a445069736e2652b44ddfeb9ea4d306796a0a (patch) | |
tree | f9620e1ed0aee2e1cc3598c7d3e6dbdeef9283a1 /include/drivers/arm/gicv3.h | |
parent | a2816a16440d9eb1223ba505bc30faf6cd31b0ee (diff) | |
download | platform_external_arm-trusted-firmware-d55a445069736e2652b44ddfeb9ea4d306796a0a.tar.gz platform_external_arm-trusted-firmware-d55a445069736e2652b44ddfeb9ea4d306796a0a.tar.bz2 platform_external_arm-trusted-firmware-d55a445069736e2652b44ddfeb9ea4d306796a0a.zip |
GIC: Add API to set priority mask
API documentation updated.
Change-Id: I40feec1fe67a960d035061b54dd55610bc34ce1d
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
Diffstat (limited to 'include/drivers/arm/gicv3.h')
-rw-r--r-- | include/drivers/arm/gicv3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/arm/gicv3.h b/include/drivers/arm/gicv3.h index 09d6d8084..95b6e3bb9 100644 --- a/include/drivers/arm/gicv3.h +++ b/include/drivers/arm/gicv3.h @@ -389,6 +389,7 @@ void gicv3_set_spi_routing(unsigned int id, unsigned int irm, u_register_t mpidr); void gicv3_set_interrupt_pending(unsigned int id, unsigned int proc_num); void gicv3_clear_interrupt_pending(unsigned int id, unsigned int proc_num); +unsigned int gicv3_set_pmr(unsigned int mask); #endif /* __ASSEMBLY__ */ #endif /* __GICV3_H__ */ |