mirror of https://github.com/acidanthera/audk.git
Fix unknown character in header comments which break build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5013 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
234a9da3d5
commit
3471dae2a9
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
This file declares SMM Base abstraction protocol.
|
This file declares SMM Base abstraction protocol.
|
||||||
This protocol is used to install SMM handlers for support of subsequent SMI/PMI activations. This
|
This protocol is used to install SMM handlers for support of subsequent SMI/PMI activations. This
|
||||||
protocol is available on both IA-32 and Itanium®-based systems.
|
protocol is available on both IA-32 and Itanium based systems.
|
||||||
|
|
||||||
The EFI_SMM_BASE_PROTOCOL is a set of services that is exported by a processor device. It is
|
The EFI_SMM_BASE_PROTOCOL is a set of services that is exported by a processor device. It is
|
||||||
a required protocol for the platform processor. This protocol can be used in both boot services and
|
a required protocol for the platform processor. This protocol can be used in both boot services and
|
||||||
|
@ -28,8 +28,6 @@
|
||||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
Module Name: SmmBase.h
|
|
||||||
|
|
||||||
@par Revision Reference:
|
@par Revision Reference:
|
||||||
This Protocol is defined in Framework of EFI SMM Core Interface Spec
|
This Protocol is defined in Framework of EFI SMM Core Interface Spec
|
||||||
Version 0.9.
|
Version 0.9.
|
||||||
|
|
Loading…
Reference in New Issue