summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-10 06:37:23 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-10 06:37:23 +0000
commitd87154953393af17c7bdf24783538dcdb022fc2e (patch)
treefab2ae10e09cfdd530b3c0c8335a15ca8d8a9666
parente3c0a5d0109e2f2cd2a602ebd4d9e4205c7a8e1d (diff)
downloadedk2-d87154953393af17c7bdf24783538dcdb022fc2e.zip
edk2-d87154953393af17c7bdf24783538dcdb022fc2e.tar.gz
edk2-d87154953393af17c7bdf24783538dcdb022fc2e.tar.bz2
Add new API in platformBdsLib since the layout of flash map is platform specific.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UefiHiiEnable4354@4544 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Include/Library/PlatformBdsLib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Library/PlatformBdsLib.h b/MdeModulePkg/Include/Library/PlatformBdsLib.h
index d2ba16e..cc11824 100644
--- a/MdeModulePkg/Include/Library/PlatformBdsLib.h
+++ b/MdeModulePkg/Include/Library/PlatformBdsLib.h
@@ -89,4 +89,10 @@ PlatformBdsBootSuccess (
)
;
+EFI_STATUS
+EFIAPI
+PlatformBdsLockNonUpdatableFlash (
+ VOID
+ )
+;
#endif