blob: cc79eec514473aa4fb67386a3abe6cc2cca113ae (
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 );
#include <ipxe/bios_smbios.h>
#endif /* _BITS_SMBIOS_H */
|