diff options
Diffstat (limited to 'src/include/ipxe/null_smbios.h')
-rw-r--r-- | src/include/ipxe/null_smbios.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/ipxe/null_smbios.h b/src/include/ipxe/null_smbios.h new file mode 100644 index 000000000..c430dd089 --- /dev/null +++ b/src/include/ipxe/null_smbios.h @@ -0,0 +1,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 */ |