Added 8259 PIC support #5

Merged
belliash merged 12 commits from :master into master 2023-11-29 20:07:17 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 51c3b41d97 - Show all commits

View File

@ -254,7 +254,7 @@ HlpHandlePicSpuriousService()
*/ */
XTAPI XTAPI
VOID VOID
HlpInitializeApic() HlpInitializeApic(VOID)
{ {
APIC_BASE_REGISTER BaseRegister; APIC_BASE_REGISTER BaseRegister;
APIC_LVT_REGISTER LvtRegister; APIC_LVT_REGISTER LvtRegister;

View File

@ -103,7 +103,7 @@ HlpHandlePicSpuriousService();
XTAPI XTAPI
VOID VOID
HlpInitializeApic(); HlpInitializeApic(VOID);
XTFASTCALL XTFASTCALL
KRUNLEVEL KRUNLEVEL