summaryrefslogtreecommitdiff
path: root/driver/e1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/e1000.h')
-rw-r--r--driver/e1000.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/e1000.h b/driver/e1000.h
index 27a052e..7eee572 100644
--- a/driver/e1000.h
+++ b/driver/e1000.h
@@ -5,3 +5,4 @@ int e1000_sendPacket(const void * p_data, uint16_t p_len);
void e1000_irq (int irq);
void e1000_linkup();
void e1000_linkdown();
+uint32_t e1000_interrupt (uint32_t esp);