]> Git Repo - linux.git/blob - include/linux/platform_data/mdio-bcm-unimac.h
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/linux...
[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 unimac_mdio_pdata {
5         u32 phy_mask;
6         int (*wait_func)(void *data);
7         void *wait_func_data;
8         const char *bus_name;
9 };
10
11 #define UNIMAC_MDIO_DRV_NAME    "unimac-mdio"
12
13 #endif /* __MDIO_BCM_UNIMAC_PDATA_H */
This page took 0.032377 seconds and 4 git commands to generate.