Subversion Repositories HelenOS

Rev

Rev 3912 | Rev 4350 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3912 Rev 4261
Line 36... Line 36...
36
 */
36
 */
37
 
37
 
38
#ifndef __NET_ARP_MODULE_H__
38
#ifndef __NET_ARP_MODULE_H__
39
#define __NET_ARP_MODULE_H__
39
#define __NET_ARP_MODULE_H__
40
 
40
 
41
#include <errno.h>
-
 
42
 
-
 
43
#include <ipc/ipc.h>
41
#include <ipc/ipc.h>
44
 
42
 
45
/** Initializes the ARP module.
43
/** Initializes the ARP module.
46
 *  @returns EOK on success.
44
 *  @returns EOK on success.
47
 *  @returns ENOMEM if there is not enough memory left.
45
 *  @returns ENOMEM if there is not enough memory left.