blob: 2ab31e74b451b9ccaabc2ff2ae2efac279f57bb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _BITS_SMBIOS_H
#define _BITS_SMBIOS_H
/** @file
*
* i386-specific SMBIOS API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <ipxe/bios_smbios.h>
#endif /* _BITS_SMBIOS_H */
|