X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdePkg%2FInclude%2FLibrary%2FSmmLib.h;h=b130b12f94e6dcafecb5cd48473c547b3f673204;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hp=bcb7045c1b65f189d0a3d1a724939b71c619b2f9;hpb=1436aea4d5707e672672a11bda72be2c63c936c3;p=mirror_edk2.git diff --git a/MdePkg/Include/Library/SmmLib.h b/MdePkg/Include/Library/SmmLib.h index bcb7045c1b..b130b12f94 100644 --- a/MdePkg/Include/Library/SmmLib.h +++ b/MdePkg/Include/Library/SmmLib.h @@ -11,7 +11,6 @@ #ifndef __SMM_LIB_H__ #define __SMM_LIB_H__ - /** Triggers an SMI at boot time. @@ -24,7 +23,6 @@ TriggerBootServiceSoftwareSmi ( VOID ); - /** Triggers an SMI at run time. @@ -37,7 +35,6 @@ TriggerRuntimeSoftwareSmi ( VOID ); - /** Test if a boot time software SMI happened. @@ -54,7 +51,6 @@ IsBootServiceSoftwareSmi ( VOID ); - /** Test if a run time software SMI happened. @@ -80,4 +76,5 @@ EFIAPI ClearSmi ( VOID ); + #endif