summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-09-08 17:57:10 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-09-08 17:57:10 -0700
commitcbfc2a2cd23669da06604821d8b211528c3ae913 (patch)
tree3f8eeeb39774a66bc0c9da7e284ac70657251848
parent568999e62a41d1b8f42c5b945b618099ca999394 (diff)
downloadsyslinux-cbfc2a2cd23669da06604821d8b211528c3ae913.tar.gz
sdi.c32: Change SDIReserved -> MDBType
Per Sergii Kolisnyk, change SDIReserved to MDBType.
-rw-r--r--com32/modules/sdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/sdi.c b/com32/modules/sdi.c
index 04e9110e..7c898591 100644
--- a/com32/modules/sdi.c
+++ b/com32/modules/sdi.c
@@ -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;