From 7254d134706361032d3b87bfecb96d15c1d43401 Mon Sep 17 00:00:00 2001 From: "Yao, Jiewen" Date: Tue, 27 Oct 2015 02:43:39 +0000 Subject: Move Smbios table MAX length definition to Mde header filer. So that other module can also refer to them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" Reviewed-by: "Zeng, Star" git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18674 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h index f87c8de8ca..10cff8dd59 100644 --- a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h +++ b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h @@ -31,18 +31,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include -// -// The length of the entire structure table (including all strings) must be reported -// in the Structure Table Length field of the SMBIOS Structure Table Entry Point, -// which is a WORD field limited to 65,535 bytes. -// -#define SMBIOS_TABLE_MAX_LENGTH 0xFFFF - -// -// For SMBIOS 3.0, Structure table maximum size in Entry Point structure is DWORD field limited to 0xFFFFFFFF bytes. -// -#define SMBIOS_3_0_TABLE_MAX_LENGTH 0xFFFFFFFF - #define SMBIOS_INSTANCE_SIGNATURE SIGNATURE_32 ('S', 'B', 'i', 's') typedef struct { UINT32 Signature; -- cgit v1.2.3