summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/linux/linux_smbios.h
blob: 6d51e13bab07d162f662ab9c3572f728e7ab50c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_LINUX_SMBIOS_H
#define _IPXE_LINUX_SMBIOS_H

/** @file
 *
 * iPXE SMBIOS API for linux
 *
 */

FILE_LICENCE(GPL2_OR_LATER);

#ifdef SMBIOS_LINUX
#define SMBIOS_PREFIX_linux
#else
#define SMBIOS_PREFIX_linux __linux_
#endif

#endif /* _IPXE_LINUX_SMBIOS_H */