blob: e1e8c0cb0ebc1749770f001bf7319bfd8bedcf0d [file] [log] [blame]
Sjoerd Simonsf93564c2019-02-25 15:33:00 +00001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * board.h
4 *
5 * Board header for Bosch Guardian
6 *
Nishanth Menoneaa39c62023-11-01 15:56:03 -05007 * Copyright (C) 2011, Texas Instruments, Incorporated - https://www.ti.com/
Sjoerd Simonsf93564c2019-02-25 15:33:00 +00008 * Copyright (C) 2018 Robert Bosch Power Tools GmbH
9 */
10
11#ifndef _BOARD_H_
12#define _BOARD_H_
13
14void enable_uart0_pin_mux(void);
15void enable_i2c0_pin_mux(void);
16void enable_board_pin_mux(void);
17#endif