summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Guid/Bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Guid/Bmp.h')
-rw-r--r--MdeModulePkg/Include/Guid/Bmp.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/MdeModulePkg/Include/Guid/Bmp.h b/MdeModulePkg/Include/Guid/Bmp.h
index 8a081d8a9c..0ab73790fb 100644
--- a/MdeModulePkg/Include/Guid/Bmp.h
+++ b/MdeModulePkg/Include/Guid/Bmp.h
@@ -1,6 +1,6 @@
/** @file
This file defines header data structures for BMP file and default
- GUID for BMP logo file.
+ FFS GUID Filename for BMP logo file.
Copyright (c) 2006 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
@@ -16,10 +16,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef __BMP_GUID_H__
#define __BMP_GUID_H__
-
-//
-// Definitions for BMP files
-//
#pragma pack(1)
typedef struct {
@@ -38,10 +34,10 @@ typedef struct {
UINT32 HeaderSize;
UINT32 PixelWidth;
UINT32 PixelHeight;
- UINT16 Planes; // Must be 1
- UINT16 BitPerPixel; // 1, 4, 8, or 24
+ UINT16 Planes; /// Must be 1
+ UINT16 BitPerPixel; /// 1, 4, 8, or 24
UINT32 CompressionType;
- UINT32 ImageSize; // Compressed image size in bytes
+ UINT32 ImageSize; /// Compressed image size in bytes
UINT32 XPixelsPerMeter;
UINT32 YPixelsPerMeter;
UINT32 NumberOfColors;