/* * OF helpers for the MDIO (Ethernet PHY) API * * Copyright (c) 2009 Secret Lab Technologies, Ltd. * * This file is released under the GPLv2 */#ifndef __LINUX_OF_MDIO_H#define __LINUX_OF_MDIO_H#include <linux/phy.h>#include <linux/of.h>externintof_mdiobus_register(structmii_bus*mdio,structdevice_node*np);externstructphy_device*of_phy_find_device(structdevice_node*phy_np);externstructphy_device*of_phy_connect(structnet_device*dev,structdevice_node*phy_np,void(*hndlr)(structnet_device*),u32flags,phy_interface_tiface);