On 24/02/12 13:02, Prajosh Premdas wrote:
> -/* MIB callbacks */
> -void mac802154_dev_set_ieee_addr(struct net_device *dev);
> +/* MLME_GET request and confirm function definitions */
> +extern int mlme_get_req(struct net_device *dev, u8 PIBattr);
> +extern int internal_get_mac_pib(struct net_device *dev,
> +                             u8 PIBattr, void *PIBval);
> +
> +/* MLME_SET request and confirm function definitions */
> +extern int mlme_set_req(struct net_device *dev, u8 PIBattr, void *PIBval);
> +extern int internal_set_mac_pib(struct net_device *dev,
> +                             u8 PIBattr, void *PIBval);

So is it external, internal_ or further static in code?

-- 
With best wishes
Dmitry


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to