PatchworkOS
966e257
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 <
kernel/defs.h
>
4
5
uint64_t
_module_procedure
(
const
module_event_t
* event)
6
{
7
(void)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
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 Mon Dec 15 2025 21:55:53 for PatchworkOS by
1.9.8