Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4703 → Rev 4704

/branches/network/uspace/srv/net/nil/eth/eth.c
171,6 → 171,10
*/
eth_globals_t eth_globals;
 
/** @name Message processing functions
*/
/*@{*/
 
/** Processes IPC messages from the registered device driver modules in an infinite loop.
* @param iid The message identifier. Input parameter.
* @param icall The message parameters. Input/output parameter.
234,6 → 238,8
*/
int eth_send_message( device_id_t device_id, packet_t packet, services_t sender );
 
/*@}*/
 
/** Processes the received packet and chooses the target registered module.
* @param flags The device flags. Input parameter.
* @param packet The packet. Input parameter.