Implement HlClearApicErrors() and HlSendEoi() routines, change HlDisableLegacyPic() calling convention

This commit is contained in:
2024-02-09 15:11:14 +01:00
parent 73cd4bd4f2
commit 77bc796769
5 changed files with 54 additions and 8 deletions

View File

@@ -13,14 +13,22 @@
/* HAL library routines forward references */
XTCDECL
XTAPI
VOID
HlDisablePic(VOID);
HlClearApicErrors();
XTAPI
VOID
HlDisableLegacyPic();
XTFASTCALL
ULONG
HlReadApicRegister(IN APIC_REGISTER Register);
XTAPI
VOID
HlSendEoi();
XTFASTCALL
VOID
HlWriteApicRegister(IN APIC_REGISTER Register,

View File

@@ -13,14 +13,22 @@
/* HAL library routines forward references */
XTCDECL
XTAPI
VOID
HlDisablePic(VOID);
HlClearApicErrors();
XTAPI
VOID
HlDisableLegacyPic();
XTFASTCALL
ULONG
HlReadApicRegister(IN APIC_REGISTER Register);
XTAPI
VOID
HlSendEoi();
XTFASTCALL
VOID
HlWriteApicRegister(IN APIC_REGISTER Register,