diff options
Diffstat (limited to 'src/include/ipxe/null_smbios.h')
| -rw-r--r-- | src/include/ipxe/null_smbios.h | 19 |
1 files changed, 19 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..474398b3c --- /dev/null +++ b/src/include/ipxe/null_smbios.h @@ -0,0 +1,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 */ |
