Implement HlpSendIpi() routine

Este commit está contenido en:
2024-07-22 23:23:55 +02:00
padre 626ece8046
commit 2c5b680426
Se han modificado 3 ficheros con 42 adiciones y 0 borrados

Ver fichero

@@ -54,6 +54,11 @@ XTAPI
VOID
HlpInitializePic();
XTAPI
VOID
HlpSendIpi(ULONG ApicId,
ULONG Vector);
XTFASTCALL
KRUNLEVEL
HlpTransformApicTprToRunLevel(IN UCHAR Tpr);