xref: /openbmc/u-boot/include/net/pfe_eth/pfe_mdio.h (revision 78a88f79)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2015-2016 Freescale Semiconductor, Inc.
4  * Copyright 2017 NXP
5  */
6 
7 #ifndef _PFE_MDIO_H_
8 #define _PFE_MDIO_H_
9 
10 int pfe_phy_configure(struct pfe_eth_dev *priv, int dev_id, int phy_id);
11 
12 #endif /* _PFE_MDIO_H_ */
13