Fix routines with no prototype using XTAPI calling convention compiler warnings
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 36s
Builds / ExectOS (i686) (push) Successful in 35s

This commit is contained in:
2024-06-04 21:41:16 +02:00
parent 8a4caba26f
commit b061c87fc9
2 changed files with 4 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ HlpHandlePicSpuriousService(VOID)
*/
XTAPI
VOID
HlpInitializeApic()
HlpInitializeApic(VOID)
{
APIC_SPURIOUS_REGISTER SpuriousRegister;
APIC_COMMAND_REGISTER CommandRegister;
@@ -301,7 +301,7 @@ HlpInitializeApic()
*/
XTAPI
VOID
HlpInitializePic()
HlpInitializePic(VOID)
{
/* Disable legacy PIC and initialize APIC */
HlDisableLegacyPic();