Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.8 13 lines 275 B view raw
1#ifndef __MDIO_BCM_UNIMAC_PDATA_H 2#define __MDIO_BCM_UNIMAC_PDATA_H 3 4struct 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 */