Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4703 → Rev 4704

/branches/network/uspace/srv/net/include/net_interface.h
46,6 → 46,11
 
#include "../structures/measured_strings.h"
 
/** @name Networking module interface
* This interface is used by other modules.
*/
/*@{*/
 
/** Returns the device specific configuration.
* Returns the global configuration if the device specific is not found.
* @param net_phone The networking module phone. Input parameter.
87,6 → 92,8
*/
int net_connect_module( services_t service );
 
/*@}*/
 
#endif
 
/** @}