summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library/GenericBdsLib
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-07 09:17:03 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-07 09:17:03 +0000
commit8e8ae2daec6bb317da1ccbe89fa5d328f609735f (patch)
tree6c3526f58ce8c9053952225587ab874852cfe3b2 /IntelFrameworkModulePkg/Library/GenericBdsLib
parentce9b1e3ae0bdcf8f926ea5132f0bd34e7d384973 (diff)
downloadedk2-platforms-8e8ae2daec6bb317da1ccbe89fa5d328f609735f.tar.xz
Minor code enhancement.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9686 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library/GenericBdsLib')
-rw-r--r--IntelFrameworkModulePkg/Library/GenericBdsLib/Ipf/ShadowRom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/Ipf/ShadowRom.c b/IntelFrameworkModulePkg/Library/GenericBdsLib/Ipf/ShadowRom.c
index 10e8f55c55..28af4fd7ea 100644
--- a/IntelFrameworkModulePkg/Library/GenericBdsLib/Ipf/ShadowRom.c
+++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/Ipf/ShadowRom.c
@@ -1,7 +1,7 @@
/** @file
Shadow all option rom
-Copyright (c) 2004 - 2008, Intel Corporation. <BR>
+Copyright (c) 2004 - 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
@@ -20,6 +20,7 @@ UINT8 mShadowRomFlag = 0;
Shadow all opton ROM if the it is not done.
**/
VOID
+EFIAPI
ShadowAllOptionRom(
VOID
)