1 #ifndef _GPXE_SANBOOT_H
2 #define _GPXE_SANBOOT_H
4 #include <gpxe/tables.h>
6 struct sanboot_protocol {
8 int ( * boot ) ( const char *root_path );
11 #define SANBOOT_PROTOCOLS "sanboot_protocols"
13 #define __sanboot_protocol \
14 __table ( struct sanboot_protocol, SANBOOT_PROTOCOLS, 01 )
16 #endif /* _GPXE_SANBOOT_H */