[media] gspca_konica: Fix init sequence
[linux-2.6/libata-dev.git] / arch / mips / lantiq / machtypes.h
blob7e01b8c484eb07ab77abcb30bc623353282ad723
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.
6 * Copyright (C) 2010 John Crispin <blogic@openwrt.org>
7 */
9 #ifndef _LANTIQ_MACH_H__
10 #define _LANTIQ_MACH_H__
12 #include <asm/mips_machine.h>
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 */
20 #endif