summaryrefslogtreecommitdiff
path: root/board/olimex/am335x_som/board.h
blob: a027d8e1c0495761c1e955c30cf1d68a806c4db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * board.h
 *
 * TI AM335x boards information header
 *
 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _BOARD_H_
#define _BOARD_H_

void enable_uart0_pin_mux(void);
void enable_board_pin_mux(void);
#endif