update for HEAD-2003050101
[reactos.git] / subsys / system / usetup / bootsup.h
index 2bf1180..db5a355 100644 (file)
@@ -54,6 +54,10 @@ InstallFat32BootCodeToFile(PWSTR SrcPath,
                           PWSTR RootPath);
 
 NTSTATUS
+InstallMBRBootCodeToDisk(PWSTR SrcPath,
+                          PWSTR RootPath);
+
+NTSTATUS
 InstallFat16BootCodeToDisk(PWSTR SrcPath,
                           PWSTR RootPath);