summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2015-07-26 08:02:35 +0000
committerjljusten <jljusten@Edk2>2015-07-26 08:02:35 +0000
commita136af45d9446e6d4d4b09992c37984f1ff02bf8 (patch)
treee31983327eca1083ccb904a887133650bcde915d /OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
parentca82d563d2c1e5ef4daca0e76f1b1dfc220206dd (diff)
downloadedk2-a136af45d9446e6d4d4b09992c37984f1ff02bf8.tar.gz
edk2-a136af45d9446e6d4d4b09992c37984f1ff02bf8.tar.bz2
edk2-a136af45d9446e6d4d4b09992c37984f1ff02bf8.zip
OvmfPkg: SmbiosPlatformDxe: move IsEntryPointStructureValid() to Xen.c
This function is only called from Xen.c, so it should be defined in Xen.c and have internal linkage (ie. STATIC). Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Wei Liu <wei.liu2@citrix.com> Cc: Gabriel Somlo <somlo@cmu.edu> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Wei Liu <wei.liu2@citrix.com> Acked-by: Gabriel Somlo <somlo@cmu.edu> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18039 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h')
-rw-r--r--OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h b/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
index e2606e1de8..6210a56f75 100644
--- a/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
+++ b/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
@@ -51,19 +51,4 @@ GetQemuSmbiosTables (
VOID
);
-
-/**
- Validates the SMBIOS entry point structure
-
- @param EntryPointStructure SMBIOS entry point structure
-
- @retval TRUE The entry point structure is valid
- @retval FALSE The entry point structure is not valid
-
-**/
-BOOLEAN
-IsEntryPointStructureValid (
- IN SMBIOS_TABLE_ENTRY_POINT *EntryPointStructure
- );
-
#endif