Sjoerd Simons | f93564c | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * board.h |
| 4 | * |
| 5 | * Board header for Bosch Guardian |
| 6 | * |
Nishanth Menon | eaa39c6 | 2023-11-01 15:56:03 -0500 | [diff] [blame] | 7 | * Copyright (C) 2011, Texas Instruments, Incorporated - https://www.ti.com/ |
Sjoerd Simons | f93564c | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 8 | * Copyright (C) 2018 Robert Bosch Power Tools GmbH |
| 9 | */ |
| 10 | |
| 11 | #ifndef _BOARD_H_ |
| 12 | #define _BOARD_H_ |
| 13 | |
| 14 | void enable_uart0_pin_mux(void); |
| 15 | void enable_i2c0_pin_mux(void); |
| 16 | void enable_board_pin_mux(void); |
| 17 | #endif |