diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-27 06:59:25 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-27 06:59:25 +0000 |
commit | 13c310654c058ae70f8e95b9a47f03fc9d42c7da (patch) | |
tree | fbb9237cca2279246bfebbbdc5aafbe183365f27 /MdePkg/Include/IndustryStandard/ElTorito.h | |
parent | 88a19367979a28e41e88ef2c9637a0f41d1c3bc6 (diff) | |
download | edk2-platforms-13c310654c058ae70f8e95b9a47f03fc9d42c7da.tar.xz |
added EFI_SIGNATURE_XX in Base.h, and updated the industry header files to use them.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6252 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/ElTorito.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/ElTorito.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/MdePkg/Include/IndustryStandard/ElTorito.h b/MdePkg/Include/IndustryStandard/ElTorito.h index b474dc9ba1..12375015ef 100644 --- a/MdePkg/Include/IndustryStandard/ElTorito.h +++ b/MdePkg/Include/IndustryStandard/ElTorito.h @@ -58,12 +58,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #pragma pack(1)
///
-/// El Torito Volume Descriptor
-/// Note that the CDROM_VOLUME_DESCRIPTOR does not match the ISO-9660
-/// descriptor. For some reason descriptor used by El Torito is
-/// different, but they start the same. The El Torito descriptor
-/// is left shifted 1 byte starting with the SystemId. (Note this
-/// causes the field to get unaligned)
+/// CD-ROM Volume Descriptor
///
typedef union {
struct {
|