pfe_mdio.h 266 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2015-2016 Freescale Semiconductor, Inc.
  4. * Copyright 2017 NXP
  5. */
  6. #ifndef _PFE_MDIO_H_
  7. #define _PFE_MDIO_H_
  8. int pfe_phy_configure(struct pfe_eth_dev *priv, int dev_id, int phy_id);
  9. #endif /* _PFE_MDIO_H_ */