diff options
| author | Nathan Lee <me@nwlee.tech> | 2026-07-26 20:29:25 -0500 |
|---|---|---|
| committer | Nathan Lee <me@nwlee.tech> | 2026-07-26 20:29:25 -0500 |
| commit | 7458694ea666ab108105dc24fe4ca197d634a3a8 (patch) | |
| tree | 5d3d07a50f5ac6c9c7dd7c2675546e8709dde450 /pci | |
| parent | dcf065f3438b53b9bfd9628810040f94619d8c18 (diff) | |
remove pci subsystem and replace it with console controllers
Diffstat (limited to 'pci')
| -rw-r--r-- | pci/pci_main.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pci/pci_main.c b/pci/pci_main.c deleted file mode 100644 index 521aebc..0000000 --- a/pci/pci_main.c +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __KERNEL_MODULE__ -#define __KERNEL_MODULE__ -#endif - -int test_module_init(void) { - return 0; -} - -void test_module_exit(void) { -} |
