Build FREELDR.SYS and SETUPLDR.SYS in a single make run.
[reactos.git] / freeldr / freeldr / include / freeldr.h
index bde31f7..d3e8aea 100644 (file)
@@ -70,5 +70,6 @@ extern U32                    BootPartition;          // Boot Partition, 1-4
 extern BOOL                    UserInterfaceUp;        // Tells us if the user interface is displayed
 
 void   BootMain(void);
+VOID   RunLoader(VOID);
 
 #endif  // defined __FREELDR_H