summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/machine.h
blob: 5b7786a8b562547ac310cd584f102d401abff6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <asm/mips_machine.h>

enum ramips_mach_type {
	IFXMIPS_MACH_GENERIC,

	/* Danube based machines */
	IFXMIPS_MACH_EASY50712,		/* danube evalkit */
	IFXMIPS_MACH_ARV4519,		/* Airties WAV-221 */
	IFXMIPS_MACH_ARV452,		/* Airties WAV-281, Arcor EasyboxA800 */
};