summary refs log tree commit diff stats
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 116ccbb5a9..48f6a51a70 100644
--- a/include/hw/intc/arm_gic.h
+++ b/include/hw/intc/arm_gic.h
@@ -86,4 +86,6 @@ struct ARMGICClass {
     DeviceRealize parent_realize;
 };
 
+const char *gic_class_name(void);
+
 #endif