summaryrefslogtreecommitdiff
path: root/driver/e1000.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-23 00:06:55 +0200
committerMiguel <m.i@gmx.at>2018-09-23 00:06:55 +0200
commite73d89fd48a71a1cff764fc07edd46cb951e9418 (patch)
tree9d71bc8387ac32cfce69df5d3c7d345dc9e59a40 /driver/e1000.h
parent80f7ccf5f82d8f04f853bde0bdee5b44a5403104 (diff)
struggling with e1000
Diffstat (limited to 'driver/e1000.h')
-rw-r--r--driver/e1000.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/driver/e1000.h b/driver/e1000.h
index 5413fe1..8534b6d 100644
--- a/driver/e1000.h
+++ b/driver/e1000.h
@@ -1 +1,4 @@
-void init_e1000();
+#include <stdint.h>
+bool e1000_init(uint32_t base);
+int e1000_sendPacket(const void * p_data, uint16_t p_len);
+void e1000_irq (int irq);