Subversion Repositories HelenOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 3992 → Rev 4261

/branches/network/uspace/srv/net/nil/nil_module.h/eth_module.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup eth
/** @addtogroup net_nil
* @{
*/
 
38,8 → 38,9
 
#include <ipc/ipc.h>
 
int eth_initialize( void );
int eth_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count );
int nil_initialize( int networking_phone );
int nil_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count );
int nil_register_message( services_t service, int phone );
 
#endif
 
Property changes:
Added: svn:mergeinfo