Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
3fadc9ea2f612331c8177f2eef6849591d55400d
/
.
/
board
/
compulab
/
cm_t43
/
board.h
blob: fcacd2bc0f85e7f0834796694d6f7d5b0b9a56c6 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2015 Compulab, Ltd.
*/
#ifndef
_BOARD_H_
#define
_BOARD_H_
void
set_i2c_pin_mux
(
void
);
void
set_mdio_pin_mux
(
void
);
void
set_rgmii_pin_mux
(
void
);
#endif