Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
43486e4cd094eabdd514ed7a2376ca55655e506f
/
.
/
board
/
compulab
/
cm_t43
/
board.h
blob: b585db03ba44cae9621db14c896583b64a5cd8df [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2015 Compulab, Ltd.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#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