Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / silica / pengwyn / board.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * board.h
4  *
5  * Copyright (C) 2013 Lothar Felten <lothar.felten@gmail.com>
6  */
7
8 #ifndef _BOARD_H_
9 #define _BOARD_H_
10
11 void enable_uart0_pin_mux(void);
12 void enable_board_pin_mux(void);
13
14 #endif