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 15