]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Framework/StatusCode.h
1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID...
[mirror_edk2.git] / IntelFrameworkPkg / Include / Framework / StatusCode.h
index 91b9d08a080852e25a7f798f9cb1eb2c7fa1f784..41b7720f2cf1aba2a14b216351cb4aca8abc12b6 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