]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Aug 2007 02:56:38 +0000 (02:56 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Aug 2007 02:56:38 +0000 (02:56 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3647 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Framework/StatusCode.h

index 41b7720f2cf1aba2a14b216351cb4aca8abc12b6..91b9d08a080852e25a7f798f9cb1eb2c7fa1f784 100644 (file)
 //\r
 #define EFI_DC_UNSPECIFIED  0x0\r
 \r
-///////////////////////////////////////////////////////////////////////////////\r
-// Common Status Code Definitions\r
-///////////////////////////////////////////////////////////////////////////////\r
-///\r
-/// This is the max data size including all the headers which can be passed\r
-/// as Status Code data. This data should be multiple of 8 byte\r
-/// to avoid any kind of boundary issue. Also, sum of this data size (inclusive\r
-/// of size of EFI_STATUS_CODE_DATA should not exceed the max record size of\r
-/// data hub\r
-///\r
-#define EFI_STATUS_CODE_DATA_MAX_SIZE 200\r
-\r
 #endif\r