]> Git Repo - linux.git/blob - include/linux/platform_data/mdio-bcm-unimac.h
Linux 6.14-rc3
[linux.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 */
This page took 0.032335 seconds and 4 git commands to generate.