summaryrefslogtreecommitdiff
path: root/include/drivers/arm/gicv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/arm/gicv2.h')
-rw-r--r--include/drivers/arm/gicv2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/arm/gicv2.h b/include/drivers/arm/gicv2.h
index 0af1a25e..91674fd3 100644
--- a/include/drivers/arm/gicv2.h
+++ b/include/drivers/arm/gicv2.h
@@ -150,6 +150,7 @@ void gicv2_set_pe_target_mask(unsigned int proc_num);
unsigned int gicv2_get_interrupt_active(unsigned int id);
void gicv2_enable_interrupt(unsigned int id);
void gicv2_disable_interrupt(unsigned int id);
+void gicv2_set_interrupt_priority(unsigned int id, unsigned int priority);
#endif /* __ASSEMBLY__ */
#endif /* __GICV2_H__ */