Rev 4243 | Rev 4307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4243 | Rev 4261 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | 36 | ||
| 37 | #ifndef __NET_ETH_H__ |
37 | #ifndef __NET_ETH_H__ |
| 38 | #define __NET_ETH_H__ |
38 | #define __NET_ETH_H__ |
| 39 | 39 | ||
| 40 | #include <rwlock.h> |
40 | #include <rwlock.h> |
| 41 | #include <ipc/ipc.h> |
- | |
| 42 | #include <ipc/services.h> |
41 | #include <ipc/services.h> |
| 43 | 42 | ||
| 44 | #include "../../include/sockaddr.h" |
- | |
| 45 | #include "../../include/device.h" |
43 | #include "../../include/device.h" |
| 46 | #include "../../structures/measured_strings.h" |
44 | #include "../../structures/measured_strings.h" |
| 47 | 45 | ||
| 48 | /** Type definition of the Ethernet global data. |
46 | /** Type definition of the Ethernet global data. |
| 49 | * @see eth_globals |
47 | * @see eth_globals |