X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffsl_mdio.h;h=8857d50910e7672d5d146ae603f6d3eb7275757a;hb=915f15ac5746739da0aa2ee2840c2d00dc65aaaa;hp=b87346ce7ca1a401fb03b79236c059c0b836bf68;hpb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;p=oweals%2Fu-boot.git diff --git a/include/fsl_mdio.h b/include/fsl_mdio.h index b87346ce7c..8857d50910 100644 --- a/include/fsl_mdio.h +++ b/include/fsl_mdio.h @@ -53,6 +53,7 @@ int memac_mdio_write(struct mii_dev *bus, int port_addr, int dev_addr, int regnum, u16 value); int memac_mdio_read(struct mii_dev *bus, int port_addr, int dev_addr, int regnum); +int memac_mdio_reset(struct mii_dev *bus); struct fsl_pq_mdio_info { struct tsec_mii_mng __iomem *regs;