summaryrefslogtreecommitdiff
path: root/net/eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/eth.c')
-rw-r--r--net/eth.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/eth.c b/net/eth.c
index fedcda5..8f0a518 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -1,6 +1,7 @@
+#include "eth.h"
+
#include "net_sys.h"
#include "inet.h"
-#include "eth.h"
#include "netdev.h"
uint32_t eth_generic(struct netdev *dev, uint32_t ip, uint16_t type, uint8_t* pos,uint32_t *end)
@@ -21,5 +22,3 @@ uint32_t eth_generic(struct netdev *dev, uint32_t ip, uint16_t type, uint8_t* po
return pos;
}
-
-