diff options
Diffstat (limited to 'src/include/ipxe/null_sanboot.h')
| -rw-r--r-- | src/include/ipxe/null_sanboot.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/ipxe/null_sanboot.h b/src/include/ipxe/null_sanboot.h new file mode 100644 index 000000000..341a9a1d2 --- /dev/null +++ b/src/include/ipxe/null_sanboot.h @@ -0,0 +1,18 @@ +#ifndef _IPXE_NULL_SANBOOT_H +#define _IPXE_NULL_SANBOOT_H + +/** @file + * + * Standard do-nothing sanboot interface + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#ifdef SANBOOT_NULL +#define SANBOOT_PREFIX_null +#else +#define SANBOOT_PREFIX_null __null_ +#endif + +#endif /* _IPXE_NULL_SANBOOT_H */ |
