- Read more information from the registry about the disks detected by the bios.
[reactos.git] / reactos / subsys / system / usetup / partlist.h
index 42f9ef5..3f79c8d 100644 (file)
@@ -74,6 +74,9 @@ typedef struct _BIOSDISKENTRY
   ULONG DiskNumber;
   ULONG Signature;
   ULONG Checksum;
+  BOOLEAN Recognized;
+  CM_DISK_GEOMETRY_DEVICE_DATA DiskGeometry;
+  CM_INT13_DRIVE_PARAMETER Int13DiskData;
 } BIOSDISKENTRY, *PBIOSDISKENTRY;