sdi.c32: Change SDIReserved -> MDBType
authorH. Peter Anvin <hpa@zytor.com>
Tue, 9 Sep 2008 00:57:10 +0000 (17:57 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 9 Sep 2008 00:57:10 +0000 (17:57 -0700)
Per Sergii Kolisnyk, change SDIReserved to MDBType.

com32/modules/sdi.c

index 04e9110..7c89859 100644 (file)
@@ -44,7 +44,7 @@ typedef uint8_t guid_t[16];
 struct SDIHeader {
   uint32_t Signature;
   char     Version[4];
-  uint64_t SDIReserved;
+  uint64_t MDBtype;
   uint64_t BootCodeOffset;
   uint64_t BootCodeSize;
   uint64_t VendorID;