TianoCore EDK2 master
Loading...
Searching...
No Matches
EdidActive.h
Go to the documentation of this file.
1
11#ifndef __EDID_ACTIVE_H__
12#define __EDID_ACTIVE_H__
13
14#define EFI_EDID_ACTIVE_PROTOCOL_GUID \
15 { \
16 0xbd8c1056, 0x9f36, 0x44ec, {0x92, 0xa8, 0xa6, 0x33, 0x7f, 0x81, 0x79, 0x86 } \
17 }
18
25typedef struct {
31 UINT32 SizeOfEdid;
32
41 UINT8 *Edid;
43
44extern EFI_GUID gEfiEdidActiveProtocolGuid;
45
46#endif
Definition: Base.h:213