Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4703 → Rev 4704

/branches/network/uspace/srv/net/include/il_interface.h
31,7 → 31,7
*/
 
/** @file
* Internetwork layer interface for the underlying network interface layer.
* Internetwork layer module interface for the underlying network interface layer.
* This interface is always called by the standalone remote modules.
*/
 
51,6 → 51,11
 
#include "../il/il_messages.h"
 
/** @name Internetwork layer module interface
* This interface is used by other modules.
*/
/*@{*/
 
/** Notifies the internetwork layer modules about the device state change.
* @param il_phone The internetwork layer module phone used for (semi)remote calls. Input parameter.
* @param device_id The device identifier. Input parameter.
84,6 → 89,8
return generic_device_state_msg( il_phone, NET_IL_MTU_CHANGED, device_id, mtu, target );
}
 
/*@}*/
 
#endif
 
/** @}