]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Efi/Protocol/EdidDiscovered/EdidDiscovered.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / EdidDiscovered / EdidDiscovered.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 EdidDiscovered.h\r
15\r
16Abstract:\r
17\r
18 EDID Discovered Protocol from the UEFI 2.0 specification.\r
19\r
20 This protocol is placed on the video output device child handle and it represents\r
21 the EDID information being used for output device represented by the child handle.\r
22\r
23--*/\r
24\r
25#ifndef __EDID_DISCOVERED_H__\r
26#define __EDID_DISCOVERED_H__\r
27\r
28#define EFI_EDID_DISCOVERED_PROTOCOL_GUID \\r
29 { \\r
7ccf38a3 30 0x1c0c34f6, 0xd380, 0x41fa, {0xa0, 0x49, 0x8a, 0xd0, 0x6c,0x1a, 0x66, 0xaa} \\r
3eb9473e 31 }\r
32\r
33typedef struct {\r
34 UINT32 SizeOfEdid;\r
35 UINT8 *Edid;\r
36} EFI_EDID_DISCOVERED_PROTOCOL;\r
37\r
38extern EFI_GUID gEfiEdidDiscoveredProtocolGuid;\r
39\r
40#endif\r