Fix building of libcntpr on ppc.
[reactos.git] / reactos / boot / freeldr / freeldr / arch / powerpc / prep.c
index b3fe7d5..dfffd56 100644 (file)
@@ -61,7 +61,7 @@ void PpcPrepVideoGetDisplaySize( PULONG Width, PULONG Height, PULONG Depth )
     *Depth = 16;
 }
 
-void PpcPrepVideoPrepareForReactOS()
+void PpcPrepVideoPrepareForReactOS(BOOLEAN setup)
 {
     pci_setup(&pci1_desc);
 }