summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-16 02:56:38 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-16 02:56:38 +0000
commit820dff10c79e28b7c230e0baebbea49cd12f9d9f (patch)
tree4eb435f8987e20f28b817c93454eed5cbe9ee4d0 /IntelFrameworkPkg/Include
parenteba54e17cc5f136b16af35a561da809c16d1ac2a (diff)
downloadedk2-820dff10c79e28b7c230e0baebbea49cd12f9d9f.tar.gz
edk2-820dff10c79e28b7c230e0baebbea49cd12f9d9f.tar.bz2
edk2-820dff10c79e28b7c230e0baebbea49cd12f9d9f.zip
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
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Framework/StatusCode.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/StatusCode.h b/IntelFrameworkPkg/Include/Framework/StatusCode.h
index 41b7720f2c..91b9d08a08 100644
--- a/IntelFrameworkPkg/Include/Framework/StatusCode.h
+++ b/IntelFrameworkPkg/Include/Framework/StatusCode.h
@@ -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