[libtapi]
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / files / 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