]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/engicam/common/board.h
Merge git://git.denx.de/u-boot-sunxi
[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 setup_gpmi_nand(void);
10 void setup_display(void);
11 #endif /* _BOARD_H_ */