X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FProtocol%2FEbcSimpleDebugger.h;h=bb257826b17d7fdb1928f428cd27eee70e6ae57d;hp=1db01e3e48e9fb70dd561fccbcbe1a0342a0b957;hb=9d510e61fceee7b92955ef9a3c20343752d8ce3f;hpb=c8ad2d7a296c851c2a91519f80dab479df0fdf46 diff --git a/MdeModulePkg/Include/Protocol/EbcSimpleDebugger.h b/MdeModulePkg/Include/Protocol/EbcSimpleDebugger.h index 1db01e3e48..bb257826b1 100644 --- a/MdeModulePkg/Include/Protocol/EbcSimpleDebugger.h +++ b/MdeModulePkg/Include/Protocol/EbcSimpleDebugger.h @@ -1,24 +1,17 @@ /** @file EBC Simple Debugger protocol for debug EBC code. -Copyright (c) 2011, Intel Corporation. All rights reserved.
+Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials -are licensed and made available under the terms and conditions -of the BSD License which accompanies this distribution. The -full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef _EBC_SIMPLE_DEBUGGER_PROTOCOL_H_ #define _EBC_SIMPLE_DEBUGGER_PROTOCOL_H_ -#include -#include +#include +#include #define EFI_EBC_SIMPLE_DEBUGGER_PROTOCOL_GUID \ { \ @@ -71,7 +64,7 @@ VOID @param[in] This A pointer to the EFI_EBC_SIMPLE_DEBUGGER_PROTOCOL structure. @param[in] VmPtr A pointer to a VM context. - @param[in] DasmString Dump string buffer. + @param[in] DasmString Dump string buffer. @param[in] DasmStringSize Dump string size. @retval EFI_UNSUPPORTED No support for it.