Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspen...
[pandora-kernel.git] / arch / arm / mach-vexpress / include / mach / ct-ca9x4.h
index 8650f04..a34d3d4 100644 (file)
@@ -28,6 +28,7 @@
 #define A9_MPCORE_SCU          (CT_CA9X4_MPIC + 0x0000)
 #define A9_MPCORE_GIC_CPU      (CT_CA9X4_MPIC + 0x0100)
 #define A9_MPCORE_GIT          (CT_CA9X4_MPIC + 0x0200)
+#define A9_MPCORE_TWD          (CT_CA9X4_MPIC + 0x0600)
 #define A9_MPCORE_GIC_DIST     (CT_CA9X4_MPIC + 0x1000)
 
 /*
@@ -44,4 +45,6 @@
 #define IRQ_CT_CA9X4_PMU_CPU2  94
 #define IRQ_CT_CA9X4_PMU_CPU3  95
 
+extern struct ct_desc ct_ca9x4_desc;
+
 #endif