PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
pci.c
Go to the documentation of this file.
2
3#include <kernel/defs.h>
4
6{
7 (void)event;
8 return 0;
9}
10
11MODULE_INFO("APCI PCI Driver", "Kai Norberg", "An ACPI PCI host bridge driver", OS_VERSION, "MIT", "");
#define MODULE_INFO(_name, _author, _description, _version, _licence, _deviceTypes)
Macro to define module information.
Definition module.h:200
uint64_t _module_procedure(const module_event_t *event)
Definition pci.c:5
__UINT64_TYPE__ uint64_t
Definition stdint.h:17