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

@@ -48,11 +48,11 @@ HlpHandlePicSpuriousService(VOID);
XTAPI
VOID
HlpInitializeApic();
HlpInitializeApic(VOID);
XTAPI
VOID
HlpInitializePic();
HlpInitializePic(VOID);
XTFASTCALL
KRUNLEVEL