From 730e065e0bba1394750b3172bb7e2f1c0fd42c73 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Tue, 24 Oct 2023 19:22:27 +0200 Subject: Kernel: Add basic PCI and very basic rtl8139 support --- drivers/rtl8139.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 drivers/rtl8139.h (limited to 'drivers/rtl8139.h') 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); -- cgit v1.2.3