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 c30d45678e - Show all commits

View File

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

View File

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