ArmPlatformPkg/LcdGraphicsOutputDxe: The structure signature is a 32 bit value

The signature was declared as UINTN.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14190 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin 2013-03-12 01:00:30 +00:00
parent 5ea2c2d334
commit 4d83284aee
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ typedef struct {
} LCD_GRAPHICS_DEVICE_PATH;
typedef struct {
UINTN Signature;
UINT32 Signature;
EFI_HANDLE Handle;
EFI_GRAPHICS_OUTPUT_MODE_INFORMATION ModeInfo;
EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE Mode;