diff options
| author | Michael Brown | 2009-11-04 02:18:08 +0100 |
|---|---|---|
| committer | Michael Brown | 2009-11-04 02:21:43 +0100 |
| commit | be670840c75165fd290da33a6245f013346b6c6f (patch) | |
| tree | 16540c917c3738f00553a4ab7ecd7f2e48f7fec9 /src/include | |
| parent | [pxebs] Correct endianness of PXE type (diff) | |
| download | ipxe-be670840c75165fd290da33a6245f013346b6c6f.tar.gz ipxe-be670840c75165fd290da33a6245f013346b6c6f.tar.xz ipxe-be670840c75165fd290da33a6245f013346b6c6f.zip | |
[sanboot] Extend the "keep-san" option to non-iSCSI SAN protocols
This disgustingly ugly hack just keeps getting worse.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/sanboot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/sanboot.h b/src/include/gpxe/sanboot.h index 6ec2ec24b..fd063164c 100644 --- a/src/include/gpxe/sanboot.h +++ b/src/include/gpxe/sanboot.h @@ -15,4 +15,6 @@ struct sanboot_protocol { #define __sanboot_protocol __table_entry ( SANBOOT_PROTOCOLS, 01 ) +extern int keep_san ( void ); + #endif /* _GPXE_SANBOOT_H */ |
