acadia/zion/interrupt/apic.h
Drew Galbraith add533071b Use APIC for interrupts rather than PIC.
Still rely on the PIT for now rather than the local APIC timer.
2023-06-07 13:40:36 -07:00

7 lines
73 B
C

#pragma once
void InspectApic();
void EnableApic();
void SignalEOI();