|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include <modules/drivers/apic/apic_timer.h>#include <modules/drivers/apic/ioapic.h>#include <modules/drivers/apic/lapic.h>#include <kernel/cpu/cpu.h>#include <kernel/log/log.h>#include <kernel/module/module.h>#include <kernel/defs.h>Go to the source code of this file.
Functions | |
| static void | apic_cpu_handler (cpu_t *cpu, const cpu_event_t *event) |
| uint64_t | _module_procedure (const module_event_t *event) |
| MODULE_INFO ("APIC Driver", "Kai Norberg", "A driver for the APIC, local APIC and IOAPIC", OS_VERSION, "MIT", "PNP0003") | |
|
static |
| uint64_t _module_procedure | ( | const module_event_t * | event | ) |
| MODULE_INFO | ( | "APIC Driver" | , |
| "Kai Norberg" | , | ||
| "A driver for the | APIC, | ||
| local APIC and IOAPIC" | , | ||
| OS_VERSION | , | ||
| "MIT" | , | ||
| "PNP0003" | |||
| ) |