Subversion Repositories HelenOS

Rev

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

Rev 4192 Rev 4243
Line 38... Line 38...
38
#define __NET_IP_H__
38
#define __NET_IP_H__
39
 
39
 
40
#include <ipc/ipc.h>
40
#include <ipc/ipc.h>
41
 
41
 
42
#include "../../include/sockaddr.h"
42
#include "../../include/sockaddr.h"
43
#include "../../netif/device.h"
43
#include "../../include/device.h"
44
 
44
 
45
#include "../../structures/module_map.h"
45
#include "../../structures/module_map.h"
46
 
46
 
47
typedef struct ip_netif ip_netif_t;
47
typedef struct ip_netif ip_netif_t;
48
typedef ip_netif_t *    ip_netif_ref;
48
typedef ip_netif_t *    ip_netif_ref;