PatchworkOS
dbbdc99
A non-POSIX operating system.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
pci.c
Go to the documentation of this file.
1
#include <
kernel/module/module.h
>
2
3
#include <
sys/defs.h
>
4
5
uint64_t
_module_procedure
(
const
module_event_t
* event)
6
{
7
UNUSED
(event);
8
return
0;
9
}
10
11
MODULE_INFO
(
"APCI PCI Driver"
,
"Kai Norberg"
,
"An ACPI PCI host bridge driver"
, OS_VERSION,
"MIT"
,
""
);
defs.h
MODULE_INFO
#define MODULE_INFO(_name, _author, _description, _version, _licence, _deviceTypes)
Macro to define module information.
Definition
module.h:200
UNUSED
#define UNUSED(x)
Mark a variable as unused.
Definition
defs.h:96
module.h
_module_procedure
uint64_t _module_procedure(const module_event_t *event)
Definition
pci.c:5
uint64_t
__UINT64_TYPE__ uint64_t
Definition
stdint.h:17
module_event_t
Definition
module.h:267
src
modules
drivers
pci
pci.c
Generated on Thu Mar 5 2026 15:27:55 for PatchworkOS by
1.9.8