]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/DebuggerConfiguration.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / DebuggerConfiguration.h
CommitLineData
2b2efe33
PB
1/** @file\r
2 EBC Debugger configuration protocol.\r
3\r
4 Copyright (c) 2007-2016, Intel Corporation. All rights reserved.<BR>\r
5\r
9d510e61 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
2b2efe33
PB
7\r
8**/\r
9\r
10#ifndef __EFI_DEBUGGER_CONFIGURATION_H__\r
11#define __EFI_DEBUGGER_CONFIGURATION_H__\r
12\r
13#define EFI_DEBUGGER_CONFIGURATION_PROTOCOL_GUID \\r
14 { 0x577d959c, 0xe967, 0x4546, 0x86, 0x20, 0xc7, 0x78, 0xfa, 0xe5, 0xda, 0x5 }\r
15\r
16#define EFI_DEBUGGER_CONFIGURATION_VERSION 0x00000001\r
17\r
18typedef struct _EFI_DEBUGGER_CONFIGURATION_PROTOCOL {\r
19 UINT32 DebuggerConfigurationRevision;\r
20 VOID *DebuggerPrivateData;\r
21} EFI_DEBUGGER_CONFIGURATION_PROTOCOL;\r
22\r
23extern EFI_GUID gEfiDebuggerConfigurationProtocolGuid;\r
24\r
25#endif\r