mirror of https://github.com/acidanthera/audk.git
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:
parent
eba54e17cc
commit
820dff10c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue