diff options
| author | Miguel <m.i@gmx.at> | 2018-09-27 01:21:33 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-27 01:21:33 +0200 |
| commit | c7bf9cc575dea15ecc8780afd34ffb3503f3249b (patch) | |
| tree | f470f78f6abe7d8af1c7e835fbbaa9bec13a9cdf /net/eth.c | |
| parent | c7199cdb8b088b1b1d243aabfbd1c831bdae9637 (diff) | |
try to isolate netstack to library
Diffstat (limited to 'net/eth.c')
| -rw-r--r-- | net/eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ +#include "net_sys.h" #include "inet.h" #include "eth.h" #include "netdev.h" -#include "lib/string/string.h" uint32_t eth_generic(struct netdev *dev, uint32_t ip, uint16_t type, uint8_t* pos,uint32_t *end) { |
