xref: /rk3399_rockchip-uboot/board/ti/am43xx/board.h (revision 861bd4bcf7e7eba165b42e79cea005486851d69b)
1 /*
2  * board.h
3  *
4  * TI AM437x boards information header
5  * Derived from AM335x board.
6  *
7  * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/
8  *
9  * SPDX-License-Identifier:	GPL-2.0+
10  */
11 
12 #ifndef _BOARD_H_
13 #define _BOARD_H_
14 
15 void enable_uart0_pin_mux(void);
16 void enable_board_pin_mux(void);
17 #endif
18