]> git.proxmox.com Git - mirror_edk2.git/commitdiff
add MaxBbsEntries.h
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Jul 2007 13:42:42 +0000 (13:42 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Jul 2007 13:42:42 +0000 (13:42 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3016 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Include/Common/MaxBbsEntries.h [new file with mode: 0644]

diff --git a/IntelFrameworkModulePkg/Include/Common/MaxBbsEntries.h b/IntelFrameworkModulePkg/Include/Common/MaxBbsEntries.h
new file mode 100644 (file)
index 0000000..7a08020
--- /dev/null
@@ -0,0 +1,20 @@
+/** @file\r
+  Include file for _MAX_BBS_ENTRIES_H.\r
+\r
+Copyright (c) 2007, Intel Corporation. All rights reserved. \r
+This software and associated documentation (if any) is furnished\r
+under a license and may only be used or copied in accordance\r
+with the terms of the license. Except as permitted by such\r
+license, no part of this software or documentation may be\r
+reproduced, stored in a retrieval system, or transmitted in any\r
+form or by any means without the express written consent of\r
+Intel Corporation.\r
+\r
+**/\r
+\r
+#ifndef _MAX_BBS_ENTRIES_H\r
+#define _MAX_BBS_ENTRIES_H\r
+\r
+#define MAX_BBS_ENTRIES 0x100\r
+\r
+#endif\r