Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
759319468505f4b6179c5fc4e3a682f2b2f44b3c
/
.
/
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