GNU Linux-libre 6.9.2-gnu
[releases.git] / include / linux / platform_data / mdio-bcm-unimac.h
1 #ifndef __MDIO_BCM_UNIMAC_PDATA_H
2 #define __MDIO_BCM_UNIMAC_PDATA_H
3
4 struct clk;
5
6 struct unimac_mdio_pdata {
7         u32 phy_mask;
8         int (*wait_func)(void *data);
9         void *wait_func_data;
10         const char *bus_name;
11         struct clk *clk;
12 };
13
14 #define UNIMAC_MDIO_DRV_NAME    "unimac-mdio"
15
16 #endif /* __MDIO_BCM_UNIMAC_PDATA_H */