[linux] Add empty smbios

There exists an smbios userspace library so implementing this is
probably possible, but doesn't seem really important to have in
userspace.  Hence provide a dummy implementation returning an error.

Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Piotr Jaroszyński
2010-05-26 19:04:47 +02:00
committed by Michael Brown
parent 9ab6761b9c
commit aacd1d62fb
5 changed files with 58 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#define UACCESS_LINUX
#define UMALLOC_LINUX
#define NAP_LINUX
#define SMBIOS_LINUX
#define IMAGE_SCRIPT