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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/intc/arm_gic.h b/include/hw/intc/arm_gic.h
index 0971e37710..42bb535fd4 100644
--- a/include/hw/intc/arm_gic.h
+++ b/include/hw/intc/arm_gic.h
@@ -23,6 +23,9 @@
#include "arm_gic_common.h"
+/* Number of SGI target-list bits */
+#define GIC_TARGETLIST_BITS 8
+
#define TYPE_ARM_GIC "arm_gic"
#define ARM_GIC(obj) \
OBJECT_CHECK(GICState, (obj), TYPE_ARM_GIC)