mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
c9734786da
commit
ba94c38f08
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef _MM_SW_DISPATCH2_H_
|
#ifndef _MM_SW_DISPATCH_H_
|
||||||
#define _MM_SW_DISPATCH2_H_
|
#define _MM_SW_DISPATCH_H_
|
||||||
|
|
||||||
#include <Pi/PiMmCis.h>
|
#include <Pi/PiMmCis.h>
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ EFI_STATUS
|
||||||
///
|
///
|
||||||
/// Interface structure for the MM Software MMI Dispatch Protocol.
|
/// 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
|
/// 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.
|
/// interrupt in the EFI_MM_SW_REGISTER_CONTEXT is denoted by MaximumSwiValue.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue