summaryrefslogtreecommitdiff
path: root/include/drivers
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-12-20 12:26:23 +0000
committerGitHub <noreply@github.com>2016-12-20 12:26:23 +0000
commit9acdafbccf730179406ce7693772d7f7dcc4ae3c (patch)
tree3f63845f5abefdcd6a6cc977b1c8acd437dd6832 /include/drivers
parent9e75fddc3a89c1c2fbaf38213e627668271d6af5 (diff)
parent74a9578c209fc96eaed4ffdd26fd0e5fe94e21a9 (diff)
Merge pull request #793 from jeenu-arm/gic-changes
GIC driver changes for extended power management
Diffstat (limited to 'include/drivers')
-rw-r--r--include/drivers/arm/gicv3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drivers/arm/gicv3.h b/include/drivers/arm/gicv3.h
index b7ad7785..0f6034c0 100644
--- a/include/drivers/arm/gicv3.h
+++ b/include/drivers/arm/gicv3.h
@@ -259,6 +259,8 @@ typedef struct gicv3_driver_data {
void gicv3_driver_init(const gicv3_driver_data_t *plat_driver_data);
void gicv3_distif_init(void);
void gicv3_rdistif_init(unsigned int proc_num);
+void gicv3_rdistif_on(unsigned int proc_num);
+void gicv3_rdistif_off(unsigned int proc_num);
void gicv3_cpuif_enable(unsigned int proc_num);
void gicv3_cpuif_disable(unsigned int proc_num);
unsigned int gicv3_get_pending_interrupt_type(void);