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 37... | Line 37... | ||
37 | #ifndef __NET_NETIF_H__ |
37 | #ifndef __NET_NETIF_H__ |
38 | #define __NET_NETIF_H__ |
38 | #define __NET_NETIF_H__ |
39 | 39 | ||
40 | #include <rwlock.h> |
40 | #include <rwlock.h> |
41 | 41 | ||
42 | #include "device.h" |
42 | #include "../include/device.h" |
43 | 43 | ||
44 | /** Sends the notification message to the registered network interface layer module. |
44 | /** Sends the notification message to the registered network interface layer module. |
45 | * Wrapper of the async_msg_3(). |
45 | * Wrapper of the async_msg_3(). |
46 | * The first message argument is always the device identifier. |
46 | * The first message argument is always the device identifier. |
47 | * @param device The device specific data. Input parameter. |
47 | * @param device The device specific data. Input parameter. |