summaryrefslogtreecommitdiff
path: root/driver/e1000.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-27 01:21:33 +0200
committerMiguel <m.i@gmx.at>2018-09-27 01:21:33 +0200
commitc7bf9cc575dea15ecc8780afd34ffb3503f3249b (patch)
treef470f78f6abe7d8af1c7e835fbbaa9bec13a9cdf /driver/e1000.h
parentc7199cdb8b088b1b1d243aabfbd1c831bdae9637 (diff)
try to isolate netstack to library
Diffstat (limited to 'driver/e1000.h')
-rw-r--r--driver/e1000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/e1000.h b/driver/e1000.h
index 7eee572..ba988bc 100644
--- a/driver/e1000.h
+++ b/driver/e1000.h
@@ -1,5 +1,5 @@
#include <stdint.h>
-#include "netdev.h"
+#include "net/netdev.h"
struct netdev e1000_init(uint32_t base);
int e1000_sendPacket(const void * p_data, uint16_t p_len);
void e1000_irq (int irq);