Merge branch 'master' of https://git.codingworkshop.eu.org/schkwve/exectos into schkwve-master

This commit is contained in:
Jozef Nagy
2023-11-28 17:01:04 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -255,7 +255,7 @@ HlpHandlePicSpuriousService()
*/
XTAPI
VOID
HlpInitializeApic()
HlpInitializeApic(VOID)
{
APIC_BASE_REGISTER BaseRegister;
APIC_LVT_REGISTER LvtRegister;

View File

@@ -103,7 +103,7 @@ HlpHandlePicSpuriousService();
XTAPI
VOID
HlpInitializeApic();
HlpInitializeApic(VOID);
XTFASTCALL
KRUNLEVEL