blob: 972b87956fd35ebab2866bdeae7c12a19208c6b1 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Calvin Johnson2deb8c92018-03-08 15:30:27 +05302/*
3 * Copyright 2015-2016 Freescale Semiconductor, Inc.
4 * Copyright 2017 NXP
Calvin Johnson2deb8c92018-03-08 15:30:27 +05305 */
6
7#ifndef _PFE_MDIO_H_
8#define _PFE_MDIO_H_
9
10int pfe_phy_configure(struct pfe_eth_dev *priv, int dev_id, int phy_id);
11
12#endif /* _PFE_MDIO_H_ */