summaryrefslogtreecommitdiff
path: root/drivers/rtl8139.h
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2023-10-24 19:22:27 +0200
committerAnton Kling <anton@kling.gg>2023-10-30 21:49:48 +0100
commit730e065e0bba1394750b3172bb7e2f1c0fd42c73 (patch)
treea37d4745fccb530948eb795a3eca7200c24d63b9 /drivers/rtl8139.h
parentba1952bf4c08b7783854d501ba30815a2aa2574c (diff)
Kernel: Add basic PCI and very basic rtl8139 support
Diffstat (limited to 'drivers/rtl8139.h')
-rw-r--r--drivers/rtl8139.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtl8139.h b/drivers/rtl8139.h
new file mode 100644
index 0000000..1f3d84e
--- /dev/null
+++ b/drivers/rtl8139.h
@@ -0,0 +1 @@
+void rtl8139_init(void);