Convert CONFIG_SAMSUNG_ONENAND to Kconfig
[platform/kernel/u-boot.git] / include / fsl_mdio.h
index 41cb737..b6c02cf 100644 (file)
@@ -55,6 +55,10 @@ 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_data {
+       u32 mdio_regs_off;
+};
+
 struct fsl_pq_mdio_info {
        struct tsec_mii_mng __iomem *regs;
        char *name;