aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_platform.h
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2010-05-17 10:06:46 +0000
committerJohn Crispin <john@openwrt.org>2010-05-17 10:06:46 +0000
commitc8f606c7601dd8a00120ebf8e3b06ec3bfe59efd (patch)
treedc0f82060a04859c59ba6de1efb84303dcbd9232 /target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_platform.h
parentb12999bdbe2d0134103f6ca7bec25a5feb6e7712 (diff)
downloadupstream-c8f606c7601dd8a00120ebf8e3b06ec3bfe59efd.tar.gz
upstream-c8f606c7601dd8a00120ebf8e3b06ec3bfe59efd.tar.bz2
upstream-c8f606c7601dd8a00120ebf8e3b06ec3bfe59efd.zip
* adds support for speedport w502V
* bump kernel to 2.6.33.4 * make ethernet be configurable as MII/RMII * on xway we now assign a static amount of cp1 ram (still need to find a sane value) * remove bogus board.c * jiffies were running with a (1 << 2) multiplier SVN-Revision: 21485
Diffstat (limited to 'target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_platform.h')
-rw-r--r--target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_platform.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_platform.h b/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_platform.h
new file mode 100644
index 0000000000..aef95437b4
--- /dev/null
+++ b/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_platform.h
@@ -0,0 +1,9 @@
+#ifndef _IFXMIPS_PLATFORM_H__
+#define _IFXMIPS_PLATFORM_H__
+
+struct ifxmips_eth_data {
+ const char *mac;
+ int mii_mode;
+};
+
+#endif