summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
authorMichael Brown2009-11-04 02:18:08 +0100
committerMichael Brown2009-11-04 02:21:43 +0100
commitbe670840c75165fd290da33a6245f013346b6c6f (patch)
tree16540c917c3738f00553a4ab7ecd7f2e48f7fec9 /src/include/gpxe
parent[pxebs] Correct endianness of PXE type (diff)
downloadipxe-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/gpxe')
-rw-r--r--src/include/gpxe/sanboot.h2
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 */