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

Este commit está contenido en:
2024-02-09 15:11:14 +01:00
padre 73cd4bd4f2
commit 77bc796769
Se han modificado 5 ficheros con 54 adiciones y 8 borrados

Ver fichero

@@ -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,