aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files-3.14/arch/mips/adm5120/zyxel/p-33x.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2015-01-10 18:10:04 +0000
committerFlorian Fainelli <florian@openwrt.org>2015-01-10 18:10:04 +0000
commit3b21b2ae00c8e354db1789f8be5235a8fcb7a623 (patch)
tree379f0d688f6caf3cd9a33056dbca9362c1f36b7a /target/linux/adm5120/files-3.14/arch/mips/adm5120/zyxel/p-33x.h
parentc119814b2bf25bc89a5cbfb3eb791ad7461d0c38 (diff)
downloadupstream-3b21b2ae00c8e354db1789f8be5235a8fcb7a623.tar.gz
upstream-3b21b2ae00c8e354db1789f8be5235a8fcb7a623.tar.bz2
upstream-3b21b2ae00c8e354db1789f8be5235a8fcb7a623.zip
adm5120: add experimental 3.14 kernel support
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43915
Diffstat (limited to 'target/linux/adm5120/files-3.14/arch/mips/adm5120/zyxel/p-33x.h')
-rw-r--r--target/linux/adm5120/files-3.14/arch/mips/adm5120/zyxel/p-33x.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/adm5120/files-3.14/arch/mips/adm5120/zyxel/p-33x.h b/target/linux/adm5120/files-3.14/arch/mips/adm5120/zyxel/p-33x.h
new file mode 100644
index 0000000000..8a7340cb5e
--- /dev/null
+++ b/target/linux/adm5120/files-3.14/arch/mips/adm5120/zyxel/p-33x.h
@@ -0,0 +1,22 @@
+/*
+ * ZyXEL Prestige P-33x boards support
+ *
+ * Copyright (C) 2007-2008 Gabor Juhos <juhosg@openwrt.org>
+ *
+ * This program 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.
+ *
+ */
+
+#include <linux/kernel.h>
+#include <linux/init.h>
+#include <linux/gpio.h>
+#include <linux/irq.h>
+
+#include <asm/mips_machine.h>
+
+#include <asm/mach-adm5120/adm5120_info.h>
+#include <asm/mach-adm5120/adm5120_platform.h>
+
+extern void p33x_generic_setup(void) __init;