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 \
12 __table ( struct sanboot_protocol, "sanboot_protocols" )
14 #define __sanboot_protocol __table_entry ( SANBOOT_PROTOCOLS, 01 )
16 #endif /* _GPXE_SANBOOT_H */