blob: 7e01b8c484eb07ab77abcb30bc623353282ad723 [file] [log] [blame]
John Crispina053ac12011-03-30 09:27:54 +02001/*
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
14enum lantiq_mach_type {
15 LTQ_MACH_GENERIC = 0,
John Crispin973c32e2011-03-30 09:27:55 +020016 LTQ_MACH_EASY50712, /* Danube evaluation board */
17 LTQ_MACH_EASY50601, /* Amazon SE evaluation board */
John Crispina053ac12011-03-30 09:27:54 +020018};
19
20#endif