summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/linux/linux_smbios.h
Commit message (Collapse)AuthorAgeFilesLines
* [linux] Rewrite headers included in all buildsMichael Brown2015-03-051-2/+2
| | | | | | | Rewrite (and relicense) the header files which are included in all builds of iPXE (including non-Linux builds). Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [linux] Add empty smbiosPiotr Jaroszyński2010-08-191-0/+18
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>