summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-10 09:00:40 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-10 09:00:40 +0000
commitdce655e8bfaba7fac56ef5159453c7cd6eac6729 (patch)
treef7dfca365197b2f199932b20eb6229ffe6e4cc9f /MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
parent2ab6330e7e3ec18b615bad61e35d077e88ec0849 (diff)
downloadedk2-platforms-dce655e8bfaba7fac56ef5159453c7cd6eac6729.tar.xz
Clean up BootMaint module in BdsDxe.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5444 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h')
-rw-r--r--MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h b/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
index ce60cd9391..bab7de6326 100644
--- a/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
+++ b/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
@@ -19,6 +19,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
//
// Bugbug: Candidate for a PCD entries
//
+#define MAX_BBS_ENTRIES 0x100
+
/**
EDES_TODO: Add function description.
@@ -30,8 +32,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@return EDES_TODO: Add description for return value
**/
-#define MAX_BBS_ENTRIES 0x100
-
VOID
BdsBuildLegacyDevNameString (
IN BBS_TABLE *CurBBSEntry,