diff options
Diffstat (limited to 'roms/ipxe/src/config/sanboot.h')
-rw-r--r-- | roms/ipxe/src/config/sanboot.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/ipxe/src/config/sanboot.h b/roms/ipxe/src/config/sanboot.h new file mode 100644 index 00000000..1d7f5f17 --- /dev/null +++ b/roms/ipxe/src/config/sanboot.h @@ -0,0 +1,16 @@ +#ifndef CONFIG_SANBOOT_H +#define CONFIG_SANBOOT_H + +/** @file + * + * sanboot API configuration + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#include <config/defaults.h> + +#include <config/local/sanboot.h> + +#endif /* CONFIG_SANBOOT_H */ |