summaryrefslogtreecommitdiff
path: root/driver/e1000.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-23 02:05:08 +0200
committerMiguel <m.i@gmx.at>2018-09-23 02:05:08 +0200
commit0738f270da6c075b6c48d1b7aa929299ec178f2e (patch)
treed536602bde81d4eda42102d4034afd535b2e1c55 /driver/e1000.h
parente73d89fd48a71a1cff764fc07edd46cb951e9418 (diff)
interrupts from e1000 come in at least
Diffstat (limited to 'driver/e1000.h')
-rw-r--r--driver/e1000.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/e1000.h b/driver/e1000.h
index 8534b6d..ba7db7d 100644
--- a/driver/e1000.h
+++ b/driver/e1000.h
@@ -2,3 +2,5 @@
bool e1000_init(uint32_t base);
int e1000_sendPacket(const void * p_data, uint16_t p_len);
void e1000_irq (int irq);
+void e1000_linkup();
+void e1000_linkdown();