]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/net/pfe_eth/pfe_mdio.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / include / net / pfe_eth / pfe_mdio.h
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_ */