Rev 3846 | Rev 3901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3846 | Rev 3886 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #ifndef __NET_ARP_H__ |
36 | #ifndef __NET_ARP_H__ |
37 | #define __NET_ARP_H__ |
37 | #define __NET_ARP_H__ |
38 | 38 | ||
39 | #include <ipc/ipc.h> |
39 | #include <ipc/ipc.h> |
40 | 40 | ||
41 | #include "../generic_char_map.h" |
41 | #include "../../netif/device.h" |
42 | #include "../int_map.h" |
- | |
43 | #include "../measured_strings.h" |
- | |
44 | 42 | ||
- | 43 | #include "../../structures/generic_char_map.h" |
|
45 | #include "../netif/device.h" |
44 | #include "../../structures/int_map.h" |
- | 45 | #include "../../structures/measured_strings.h" |
|
46 | 46 | ||
47 | typedef struct arp_globals arp_globals_t; |
47 | typedef struct arp_globals arp_globals_t; |
48 | typedef arp_globals_t * arp_globals_ref; |
48 | typedef arp_globals_t * arp_globals_ref; |
49 | typedef struct arp_device arp_device_t; |
49 | typedef struct arp_device arp_device_t; |
50 | typedef arp_device_t * arp_device_ref; |
50 | typedef arp_device_t * arp_device_ref; |