projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c720b0bcd057b1242f230236db8c48176437a631
[oweals/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_ */