Rev 4261 | Rev 4350 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4261 | Rev 4307 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | 28 | ||
| 29 | /** @addtogroup netif |
29 | /** @addtogroup netif |
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | 32 | ||
| 33 | #ifndef __NET_NETIF_INTERFACE_H__ |
33 | #ifndef __NET_NETIF_MODULE_H__ |
| 34 | #define __NET_NETIF_INTERFACE_H__ |
34 | #define __NET_NETIF_MODULE_H__ |
| 35 | 35 | ||
| 36 | #include <ipc/ipc.h> |
36 | #include <ipc/ipc.h> |
| 37 | #include <ipc/services.h> |
37 | #include <ipc/services.h> |
| 38 | 38 | ||
| 39 | #include "../structures/measured_strings.h" |
39 | #include "../structures/measured_strings.h" |