summaryrefslogtreecommitdiff
path: root/Include/Protocol/EdidDiscovered.h
blob: 6182e8ba84730cf3bb42388138363eea99df50f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2006, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************

//**********************************************************************
// $Header: /Alaska/BIN/Core/Include/Protocol/EdidDiscovered.h 1     12/20/06 1:45p Felixp $
//
// $Revision: 1 $
//
// $Date: 12/20/06 1:45p $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/BIN/Core/Include/Protocol/EdidDiscovered.h $
// 
// 1     12/20/06 1:45p Felixp
// 
//**********************************************************************
//<AMI_FHDR_START>
//
// Name:	EdidDiscovered.h
//
// Description:	EFI_EDID_DISCOVERED_PROTOCOL protocol declaration
//
//<AMI_FHDR_END>
//**********************************************************************
#ifndef __EFI_EDID_DISCOVERED_PROTOCOL__H__
#define __EFI_EDID_DISCOVERED_PROTOCOL__H__
#ifdef __cplusplus
extern "C" {
#endif

#define EFI_EDID_DISCOVERED_PROTOCOL_GUID \
    { 0x1c0c34f6, 0xd380, 0x41fa, 0xa0, 0x49, 0x8a, 0xd0, 0x6c,0x1a, 0x66, 0xaa }

GUID_VARIABLE_DECLARATION (gEfiEdidDiscoveredProtocolGuid, EFI_EDID_DISCOVERED_PROTOCOL_GUID);

typedef struct {
    UINT32 SizeOfEdid;
    UINT8 *Edid;
} EFI_EDID_DISCOVERED_PROTOCOL;

/****** DO NOT WRITE BELOW THIS LINE *******/
#ifdef __cplusplus
}
#endif
#endif
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2006, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************