![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * mdio-boardinfo.h - board info interface internal to the mdio_bus 0004 * component 0005 */ 0006 0007 #ifndef __MDIO_BOARD_INFO_H 0008 #define __MDIO_BOARD_INFO_H 0009 0010 #include <linux/phy.h> 0011 #include <linux/mutex.h> 0012 0013 struct mdio_board_entry { 0014 struct list_head list; 0015 struct mdio_board_info board_info; 0016 }; 0017 0018 void mdiobus_setup_mdiodev_from_board_info(struct mii_bus *bus, 0019 int (*cb) 0020 (struct mii_bus *bus, 0021 struct mdio_board_info *bi)); 0022 0023 #endif /* __MDIO_BOARD_INFO_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |