[freeldr] Remove (Mach)DiskGetBootDevice, DiskGetBootVolume, DiskGetSystemVolume...
[reactos.git] / reactos / boot / freeldr / freeldr / include / disk.h
index a516aad..caaff09 100644 (file)
@@ -127,12 +127,7 @@ VOID       DiskStopFloppyMotor(VOID);      // Implemented in i386disk.c
 extern ULONG BootDrive;
 extern ULONG BootPartition;
 
-BOOLEAN DiskGetBootVolume(PULONG DriveNumber, PULONGLONG StartSector,
-                          PULONGLONG SectorCount, int *FsType);
-BOOLEAN DiskGetSystemVolume(char *SystemPath, char *RemainingPath,
-                            PULONG Device);
 BOOLEAN DiskGetBootPath(char *BootPath, unsigned Size);
-VOID DiskGetBootDevice(PULONG BootDevice);
 BOOLEAN DiskNormalizeSystemPath(char *SystemPath, unsigned Size);