TianoCore EDK2 master
Loading...
Searching...
No Matches
DebugAgentGuid.h
Go to the documentation of this file.
1
9#ifndef __EFI_DEBUG_AGENT_GUID_H__
10#define __EFI_DEBUG_AGENT_GUID_H__
11
19#define EFI_DEBUG_AGENT_GUID \
20 { \
21 0x865a5a9b, 0xb85d, 0x474c, { 0x84, 0x55, 0x65, 0xd1, 0xbe, 0x84, 0x4b, 0xe2 } \
22 }
23
24extern EFI_GUID gEfiDebugAgentGuid;
25
26#endif
Definition: Base.h:213