summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/gpxe/bios_smbios.h
blob: 83726b119cc536fb83a1a547982ada72d09263ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _GPXE_BIOS_SMBIOS_H
#define _GPXE_BIOS_SMBIOS_H

/** @file
 *
 * Standard PC-BIOS SMBIOS interface
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#ifdef SMBIOS_PCBIOS
#define SMBIOS_PREFIX_pcbios
#else
#define SMBIOS_PREFIX_pcbios __pcbios_
#endif

#endif /* _GPXE_BIOS_SMBIOS_H */