|
@@ -75,6 +75,7 @@ static inline void wpan_phy_set_dev(struct wpan_phy *phy, struct device *dev)
|
|
{
|
|
{
|
|
phy->dev.parent = dev;
|
|
phy->dev.parent = dev;
|
|
}
|
|
}
|
|
|
|
+
|
|
int wpan_phy_register(struct wpan_phy *phy);
|
|
int wpan_phy_register(struct wpan_phy *phy);
|
|
void wpan_phy_unregister(struct wpan_phy *phy);
|
|
void wpan_phy_unregister(struct wpan_phy *phy);
|
|
void wpan_phy_free(struct wpan_phy *phy);
|
|
void wpan_phy_free(struct wpan_phy *phy);
|