aboutsummaryrefslogtreecommitdiff
path: root/include/hw/intc/arm_gic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/intc/arm_gic.h')
-rw-r--r--include/hw/intc/arm_gic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/intc/arm_gic.h b/include/hw/intc/arm_gic.h
index ed703a1720..303b9748cb 100644
--- a/include/hw/intc/arm_gic.h
+++ b/include/hw/intc/arm_gic.h
@@ -68,6 +68,8 @@
/* Number of SGI target-list bits */
#define GIC_TARGETLIST_BITS 8
+#define GIC_MAX_PRIORITY_BITS 8
+#define GIC_MIN_PRIORITY_BITS 4
#define TYPE_ARM_GIC "arm_gic"
#define ARM_GIC(obj) \