summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/sanboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/sanboot.h')
-rw-r--r--gpxe/src/include/gpxe/sanboot.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/gpxe/src/include/gpxe/sanboot.h b/gpxe/src/include/gpxe/sanboot.h
deleted file mode 100644
index fd063164..00000000
--- a/gpxe/src/include/gpxe/sanboot.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef _GPXE_SANBOOT_H
-#define _GPXE_SANBOOT_H
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-#include <gpxe/tables.h>
-
-struct sanboot_protocol {
- const char *prefix;
- int ( * boot ) ( const char *root_path );
-};
-
-#define SANBOOT_PROTOCOLS \
- __table ( struct sanboot_protocol, "sanboot_protocols" )
-
-#define __sanboot_protocol __table_entry ( SANBOOT_PROTOCOLS, 01 )
-
-extern int keep_san ( void );
-
-#endif /* _GPXE_SANBOOT_H */