mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
13 lines
215 B
C
13 lines
215 B
C
|
/*
|
||
|
* 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
|