TianoCore EDK2 master
Loading...
Searching...
No Matches
EdidDiscovered.h
Go to the documentation of this file.
1
12#ifndef __EDID_DISCOVERED_H__
13#define __EDID_DISCOVERED_H__
14
15#define EFI_EDID_DISCOVERED_PROTOCOL_GUID \
16 { \
17 0x1c0c34f6, 0xd380, 0x41fa, {0xa0, 0x49, 0x8a, 0xd0, 0x6c, 0x1a, 0x66, 0xaa } \
18 }
19
23typedef struct {
29 UINT32 SizeOfEdid;
30
39 UINT8 *Edid;
41
42extern EFI_GUID gEfiEdidDiscoveredProtocolGuid;
43
44#endif
Definition: Base.h:213