x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / drivers / net / phy / mdio-boardinfo.h
blob00f98163e90eff985e24bf95e8fd7293d08b0763
1 /*
2 * mdio-boardinfo.h - board info interface internal to the mdio_bus
3 * component
4 */
6 #ifndef __MDIO_BOARD_INFO_H
7 #define __MDIO_BOARD_INFO_H
9 #include <linux/phy.h>
10 #include <linux/mutex.h>
12 struct mdio_board_entry {
13 struct list_head list;
14 struct mdio_board_info board_info;
17 void mdiobus_setup_mdiodev_from_board_info(struct mii_bus *bus);
19 #endif /* __MDIO_BOARD_INFO_H */