diff options
author | Marvin.Haeuser@outlook.com <Marvin.Haeuser@outlook.com> | 2018-05-17 20:41:41 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-05-28 13:04:57 +0800 |
commit | ba94c38f08734fa10143f44955c705ed9d14faf4 (patch) | |
tree | 03a41771c1c4e15be0f361abdd1740722a34899c /MdePkg/Include | |
parent | c9734786da91a545bcaea16b04fbbcd3a507a8ef (diff) | |
download | edk2-ba94c38f08734fa10143f44955c705ed9d14faf4.tar.gz edk2-ba94c38f08734fa10143f44955c705ed9d14faf4.tar.bz2 edk2-ba94c38f08734fa10143f44955c705ed9d14faf4.zip |
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 <Marvin.Haeuser@outlook.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Protocol/MmSwDispatch.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <Pi/PiMmCis.h>
@@ -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.
///
|