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

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

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

#endif /* _IPXE_NULL_SMBIOS_H */