2 * MDIO-GPIO bus platform data structures
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
11 #ifndef __LINUX_MDIO_GPIO_H
12 #define __LINUX_MDIO_GPIO_H
14 #include <linux/mdio-bitbang.h>
16 struct mdio_gpio_platform_data {
17 /* GPIO numbers for bus pins */
26 unsigned int phy_mask;
27 int irqs[PHY_MAX_ADDR];
29 int (*reset)(struct mii_bus *bus);
32 #endif /* __LINUX_MDIO_GPIO_H */