aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips_platform.h
blob: aef95437b46813706580cd395da045dab614862e (plain)
1
2
3
4
5
6
7
8
9
#ifndef _IFXMIPS_PLATFORM_H__
#define _IFXMIPS_PLATFORM_H__

struct ifxmips_eth_data {
	const char *mac;
	int mii_mode;
};

#endif