]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Include/Protocol/UgaSplash.h
Fixed some issues for IA32 architecture platform build.
[mirror_edk2.git] / EdkModulePkg / Include / Protocol / UgaSplash.h
CommitLineData
7a2729d4 1/**@file\r
2 UGA Splash screen protocol.\r
3 \r
4Copyright (c) 2006 Intel Corporation. <BR>\r
878ddf1f 5All rights reserved. This program and the accompanying materials \r
6are licensed and made available under the terms and conditions of the BSD License \r
7which accompanies this distribution. The full text of the license may be found at \r
8http://opensource.org/licenses/bsd-license.php \r
9 \r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
7a2729d4 13**/\r
878ddf1f 14\r
15#ifndef __UGA_SPLASH_H__\r
16#define __UGA_SPLASH_H__\r
17\r
878ddf1f 18#define EFI_UGA_SPLASH_PROTOCOL_GUID \\r
19 { 0xa45b3a0d, 0x2e55, 0x4c03, {0xad, 0x9c, 0x27, 0xd4, 0x82, 0xb, 0x50, 0x7e } }\r
20\r
406adcd1 21typedef struct _EFI_UGA_SPLASH_PROTOCOL {\r
7a2729d4 22 UINT32 PixelWidth;\r
23 UINT32 PixelHeight;\r
24 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Image;\r
406adcd1 25} EFI_UGA_SPLASH_PROTOCOL;\r
878ddf1f 26\r
27extern EFI_GUID gEfiUgaSplashProtocolGuid;\r
28\r
29#endif\r