From 9ea708da24784d2f4960f0353b7a08c0c2c08145 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Wed, 25 Oct 2023 19:36:25 +0200 Subject: RTL8139: Transmission and interrupts seem to magically work now. This commit is done to preserve the functional code before I make new changes. --- cpu/io.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu/io.h') diff --git a/cpu/io.h b/cpu/io.h index 5e28e86..38858a4 100644 --- a/cpu/io.h +++ b/cpu/io.h @@ -6,6 +6,7 @@ extern void outw(uint16_t, uint16_t); extern void outl(uint16_t, uint32_t); extern uint32_t inl(uint16_t); +extern uint16_t inw(uint16_t); extern uint16_t inb(uint16_t); extern void rep_outsw(uint16_t count, uint16_t port, volatile void *addy); -- cgit v1.2.3