aef95437b46813706580cd395da045dab614862e
[openwrt/openwrt.git] / target / linux / ifxmips / files-2.6.33 / arch / mips / include / asm / mach-ifxmips / ifxmips_platform.h
1 #ifndef _IFXMIPS_PLATFORM_H__
2 #define _IFXMIPS_PLATFORM_H__
3
4 struct ifxmips_eth_data {
5 const char *mac;
6 int mii_mode;
7 };
8
9 #endif