diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-07 09:12:14 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-07 09:12:14 +0000 |
commit | ce9b1e3ae0bdcf8f926ea5132f0bd34e7d384973 (patch) | |
tree | f84574925ac7d24a422c2bda422e094140417f7a /IntelFrameworkPkg/Library | |
parent | 75a635ace809cfcf9556d15d3ff0ed0ce8314885 (diff) | |
download | edk2-platforms-ce9b1e3ae0bdcf8f926ea5132f0bd34e7d384973.tar.xz |
Minor code enhancement.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9685 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Library')
-rw-r--r-- | IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.c b/IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.c index be13dd70b8..26d12e2a8f 100644 --- a/IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.c +++ b/IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.c @@ -1,7 +1,7 @@ /** @file
NULL instance of SMM Library.
- Copyright (c) 2009, Intel Corporation<BR>
+ Copyright (c) 2009 - 2010, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -88,11 +88,9 @@ IsRuntimeSoftwareSmi ( }
/**
-
Clear APM SMI Status Bit; Set the EOS bit.
**/
-
VOID
EFIAPI
ClearSmi (
|