David Venhoff cfcea9ee67 Initial commit
Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
2025-08-11 13:05:09 +02:00

15 lines
273 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* MDIO-GPIO bus platform data structure
*/
#ifndef __LINUX_MDIO_GPIO_PDATA_H
#define __LINUX_MDIO_GPIO_PDATA_H
struct mdio_gpio_platform_data {
u32 phy_mask;
u32 phy_ignore_ta_mask;
};
#endif /* __LINUX_MDIO_GPIO_PDATA_H */