TianoCore EDK2 master
Loading...
Searching...
No Matches
DebuggerConfiguration.h
Go to the documentation of this file.
1
10#ifndef __EFI_DEBUGGER_CONFIGURATION_H__
11#define __EFI_DEBUGGER_CONFIGURATION_H__
12
13#define EFI_DEBUGGER_CONFIGURATION_PROTOCOL_GUID \
14 { 0x577d959c, 0xe967, 0x4546, 0x86, 0x20, 0xc7, 0x78, 0xfa, 0xe5, 0xda, 0x5 }
15
16#define EFI_DEBUGGER_CONFIGURATION_VERSION 0x00000001
17
19 UINT32 DebuggerConfigurationRevision;
20 VOID *DebuggerPrivateData;
22
23extern EFI_GUID gEfiDebuggerConfigurationProtocolGuid;
24
25#endif
Definition: Base.h:213