]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/DebuggerConfiguration.h
MdeModulePkg/EbcDxe: add EBC Debugger configuration application
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / DebuggerConfiguration.h
diff --git a/MdeModulePkg/Include/Protocol/DebuggerConfiguration.h b/MdeModulePkg/Include/Protocol/DebuggerConfiguration.h
new file mode 100644 (file)
index 0000000..eaaa6b9
--- /dev/null
@@ -0,0 +1,32 @@
+/** @file\r
+  EBC Debugger configuration protocol.\r
+\r
+  Copyright (c) 2007-2016, Intel Corporation. All rights reserved.<BR>\r
+\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions\r
+  of the BSD License which accompanies this distribution.  The\r
+  full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#ifndef __EFI_DEBUGGER_CONFIGURATION_H__\r
+#define __EFI_DEBUGGER_CONFIGURATION_H__\r
+\r
+#define EFI_DEBUGGER_CONFIGURATION_PROTOCOL_GUID \\r
+  { 0x577d959c, 0xe967, 0x4546, 0x86, 0x20, 0xc7, 0x78, 0xfa, 0xe5, 0xda, 0x5 }\r
+\r
+#define EFI_DEBUGGER_CONFIGURATION_VERSION  0x00000001\r
+\r
+typedef struct _EFI_DEBUGGER_CONFIGURATION_PROTOCOL {\r
+  UINT32                      DebuggerConfigurationRevision;\r
+  VOID                        *DebuggerPrivateData;\r
+} EFI_DEBUGGER_CONFIGURATION_PROTOCOL;\r
+\r
+extern EFI_GUID gEfiDebuggerConfigurationProtocolGuid;\r
+\r
+#endif\r