]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/engicam/common/board.h
engicam: common: Move common board code
[people/ms/u-boot.git] / board / engicam / common / board.h
1 /*
2 * Copyright (C) 2016 Amarula Solutions B.V.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 #ifndef _BOARD_H_
8 #define _BOARD_H_
9 void mmc_late_init(void);
10 void setup_gpmi_nand(void);
11 void setup_display(void);
12 #endif /* _BOARD_H_ */