projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git]
/
board
/
engicam
/
common
/
board.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright (C) 2016 Amarula Solutions B.V.
4
*/
5
6
#ifndef _BOARD_H_
7
#define _BOARD_H_
8
void setup_gpmi_nand(void);
9
void setup_display(void);
10
#endif /* _BOARD_H_ */