Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3647 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2007-08-16 02:56:38 +00:00
parent eba54e17cc
commit 820dff10c7
1 changed files with 0 additions and 12 deletions

View File

@ -880,16 +880,4 @@
//
#define EFI_DC_UNSPECIFIED 0x0
///////////////////////////////////////////////////////////////////////////////
// Common Status Code Definitions
///////////////////////////////////////////////////////////////////////////////
///
/// This is the max data size including all the headers which can be passed
/// as Status Code data. This data should be multiple of 8 byte
/// to avoid any kind of boundary issue. Also, sum of this data size (inclusive
/// of size of EFI_STATUS_CODE_DATA should not exceed the max record size of
/// data hub
///
#define EFI_STATUS_CODE_DATA_MAX_SIZE 200
#endif