]> git.sur5r.net Git - u-boot/blob - board/silica/pengwyn/board.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / 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