From ba94c38f08734fa10143f44955c705ed9d14faf4 Mon Sep 17 00:00:00 2001 From: "Marvin.Haeuser@outlook.com" Date: Thu, 17 May 2018 20:41:41 +0800 Subject: MdePkg: Update MmSwDispatch.h's references to SmmSw2Dispatch. MmSwDispatch.h current refers to the deprecated SmmSw2Dispatch protocol. Replace those references with the new MmSwDispatch name. V2: - Do not change the copyright date as requested. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser Reviewed-by: Liming Gao --- MdePkg/Include/Protocol/MmSwDispatch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Protocol/MmSwDispatch.h b/MdePkg/Include/Protocol/MmSwDispatch.h index d3acb64e6f..e412bb2e66 100644 --- a/MdePkg/Include/Protocol/MmSwDispatch.h +++ b/MdePkg/Include/Protocol/MmSwDispatch.h @@ -15,8 +15,8 @@ **/ -#ifndef _MM_SW_DISPATCH2_H_ -#define _MM_SW_DISPATCH2_H_ +#ifndef _MM_SW_DISPATCH_H_ +#define _MM_SW_DISPATCH_H_ #include @@ -117,7 +117,7 @@ EFI_STATUS /// /// Interface structure for the MM Software MMI Dispatch Protocol. /// -/// The EFI_MM_SW_DISPATCH2_PROTOCOL provides the ability to install child handlers for the +/// The EFI_MM_SW_DISPATCH_PROTOCOL provides the ability to install child handlers for the /// given software. These handlers will respond to software interrupts, and the maximum software /// interrupt in the EFI_MM_SW_REGISTER_CONTEXT is denoted by MaximumSwiValue. /// -- cgit v1.2.3