Fix function prototypes
Some checks failed
Builds / ExectOS (i686) (push) Failing after 28s
Builds / ExectOS (amd64) (push) Successful in 30s

This commit is contained in:
2024-04-07 10:37:27 +02:00
parent bfcf9bc61a
commit e82c3cbf18
6 changed files with 8 additions and 8 deletions

View File

@@ -20,6 +20,6 @@ MmZeroPages(IN PVOID Address,
XTAPI
VOID
MmpInitializeArchitecture();
MmpInitializeArchitecture(VOID);
#endif /* __XTOSKRNL_I686_MMI_H */