xref: /rk3399_rockchip-uboot/board/ti/am43xx/board.h (revision 46263f2de4e01ff0b2e4247c2fa76d24027efd65)
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