2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-05-15 10:54:10 +00:00
Files
xNBA/src/include/gpxe/sanboot.h
T

15 lines
288 B
C

#ifndef _GPXE_SANBOOT_H
#define _GPXE_SANBOOT_H
#include <gpxe/tables.h>
struct sanboot_protocol {
const char *prefix;
int ( * boot ) ( const char *root_path );
};
#define __sanboot_protocol \
__table ( struct sanboot_protocol, sanboot_protocols, 01 )
#endif /* _GPXE_SANBOOT_H */