blob: 3d5ce6d3939810fe4799e12e727342506525c2a2 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Lothar Feltenda4105d2014-01-31 17:34:14 +01002/*
3 * board.h
4 *
5 * Copyright (C) 2013 Lothar Felten <lothar.felten@gmail.com>
Lothar Feltenda4105d2014-01-31 17:34:14 +01006 */
7
8#ifndef _BOARD_H_
9#define _BOARD_H_
10
11void enable_uart0_pin_mux(void);
12void enable_board_pin_mux(void);
13
14#endif