Linux 5.7.6
[linux/fpc-iii.git] / arch / arm / mach-imx / board-mx31lilly.h
blob3508c598c588389c6de9bbb68093985289c2732c
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) 2009 Daniel Mack <daniel@caiaq.de>
5 * Based on code for mobots boards,
6 * Copyright (C) 2009 Valentin Longchamp, EPFL Mobots group
7 */
9 #ifndef __ASM_ARCH_MXC_BOARD_MX31LILLY_H__
10 #define __ASM_ARCH_MXC_BOARD_MX31LILLY_H__
12 #ifndef __ASSEMBLY__
14 enum mx31lilly_boards {
15 MX31LILLY_NOBOARD = 0,
16 MX31LILLY_DB = 1,
20 * This CPU module needs a baseboard to work. After basic initializing
21 * its own devices, it calls the baseboard's init function.
24 extern void mx31lilly_db_init(void);
26 #endif
28 #endif /* __ASM_ARCH_MXC_BOARD_MX31LILLY_H__ */