diff options
author | Anton Kling <anton@kling.gg> | 2023-10-24 19:22:27 +0200 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2023-10-30 21:49:48 +0100 |
commit | 730e065e0bba1394750b3172bb7e2f1c0fd42c73 (patch) | |
tree | a37d4745fccb530948eb795a3eca7200c24d63b9 /drivers/rtl8139.h | |
parent | ba1952bf4c08b7783854d501ba30815a2aa2574c (diff) |
Kernel: Add basic PCI and very basic rtl8139 support
Diffstat (limited to 'drivers/rtl8139.h')
-rw-r--r-- | drivers/rtl8139.h | 1 |
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); |