]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EdkModulePkg/Include/Protocol/UgaSplash.h
1. Refresh applicable library instances after one illegal library instance is removed.
[mirror_edk2.git] / EdkModulePkg / Include / Protocol / UgaSplash.h
... / ...
CommitLineData
1/**@file\r
2 UGA Splash screen protocol.\r
3 \r
4Copyright (c) 2006 Intel Corporation. <BR>\r
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
13**/\r
14\r
15#ifndef __UGA_SPLASH_H__\r
16#define __UGA_SPLASH_H__\r
17\r
18#define EFI_UGA_SPLASH_PROTOCOL_GUID \\r
19 { 0xa45b3a0d, 0x2e55, 0x4c03, {0xad, 0x9c, 0x27, 0xd4, 0x82, 0xb, 0x50, 0x7e } }\r
20\r
21typedef struct _EFI_UGA_SPLASH_PROTOCOL {\r
22 UINT32 PixelWidth;\r
23 UINT32 PixelHeight;\r
24 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Image;\r
25} EFI_UGA_SPLASH_PROTOCOL;\r
26\r
27extern EFI_GUID gEfiUgaSplashProtocolGuid;\r
28\r
29#endif\r