aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/83xx/mpc834x_itx.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-07-04 07:33:28 +1000
committerPaul Mackerras <paulus@samba.org>2006-07-04 07:33:28 +1000
commit39ab9c212aac48f2744f2fd7722fa639ec048eb7 (patch)
tree53002697e20e41ccd1b95e58154552a7ae74012a /arch/powerpc/platforms/83xx/mpc834x_itx.h
parent0fbfb036adee72cbfff170075e84ffd9e54f1938 (diff)
parent71bc7bf045262e82c645cad48fd56dd17e75344e (diff)
Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc834x_itx.h')
-rw-r--r--arch/powerpc/platforms/83xx/mpc834x_itx.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.h b/arch/powerpc/platforms/83xx/mpc834x_itx.h
new file mode 100644
index 00000000000..174ca4ef55f
--- /dev/null
+++ b/arch/powerpc/platforms/83xx/mpc834x_itx.h
@@ -0,0 +1,23 @@
+/*
+ * arch/powerpc/platforms/83xx/mpc834x_itx.h
+ *
+ * MPC834X ITX common board definitions
+ *
+ * Maintainer: Kumar Gala <galak@kernel.crashing.org>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ */
+
+#ifndef __MACH_MPC83XX_ITX_H__
+#define __MACH_MPC83XX_ITX_H__
+
+#define PIRQA MPC83xx_IRQ_EXT4
+#define PIRQB MPC83xx_IRQ_EXT5
+#define PIRQC MPC83xx_IRQ_EXT6
+#define PIRQD MPC83xx_IRQ_EXT7
+
+#endif /* __MACH_MPC83XX_ITX_H__ */