summaryrefslogtreecommitdiff
path: root/arch/arm/mach-cns3xxx/include/mach/irqs.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-05-13 11:09:34 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2010-05-13 11:09:37 +1000
commita133ccf2f1c9c10aa631f701280057ba2d270162 (patch)
tree0c86c821da8c77d28a4ea5da7d2fc4f3d53898c4 /arch/arm/mach-cns3xxx/include/mach/irqs.h
parentdfc478705dee68ecfb9084682c56078bb4554a73 (diff)
parent76bf22bc1a91e7c8f3c083323ecb1fd705a62f78 (diff)
Merge remote branch 'arm/devel'
Diffstat (limited to 'arch/arm/mach-cns3xxx/include/mach/irqs.h')
-rw-r--r--arch/arm/mach-cns3xxx/include/mach/irqs.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-cns3xxx/include/mach/irqs.h b/arch/arm/mach-cns3xxx/include/mach/irqs.h
new file mode 100644
index 000000000000..2ab96f8085c8
--- /dev/null
+++ b/arch/arm/mach-cns3xxx/include/mach/irqs.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2000 Deep Blue Solutions Ltd.
+ * Copyright 2003 ARM Limited
+ * Copyright 2008 Cavium Networks
+ *
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, Version 2, as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef __MACH_IRQS_H
+#define __MACH_IRQS_H
+
+#define IRQ_LOCALTIMER 29
+#define IRQ_LOCALWDOG 30
+#define IRQ_TC11MP_GIC_START 32
+
+#include <mach/cns3xxx.h>
+
+#ifndef NR_IRQS
+#error "NR_IRQS not defined by the board-specific files"
+#endif
+
+#endif