1 /*
2  *  This program is free software; you can redistribute it and/or modify it
3  *  under the terms of the GNU General Public License version 2 as published
4  *  by the Free Software Foundation.
5  *
6  *  Copyright (C) 2010 John Crispin <blogic@openwrt.org>
7  */
8 
9 #ifndef _LANTIQ_MACH_H__
10 #define _LANTIQ_MACH_H__
11 
12 #include <asm/mips_machine.h>
13 
14 enum lantiq_mach_type {
15 	LTQ_MACH_GENERIC = 0,
16 	LTQ_MACH_EASY50712,	/* Danube evaluation board */
17 	LTQ_MACH_EASY50601,	/* Amazon SE evaluation board */
18 };
19 
20 #endif
21