aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/null_smbios.h
blob: c430dd08929026e188181fdc20491d3af5c33ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_NULL_SMBIOS_H
#define _IPXE_NULL_SMBIOS_H

/** @file
 *
 * Null SMBIOS API
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#ifdef SMBIOS_NULL
#define SMBIOS_PREFIX_null
#else
#define SMBIOS_PREFIX_null __null_
#endif

#endif /* _IPXE_NULL_SMBIOS_H */