Fix function prototypes

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

@@ -18,7 +18,7 @@
*/
XTAPI
VOID
MmpInitializeArchitecture()
MmpInitializeArchitecture(VOID)
{
UNIMPLEMENTED;
}