6 #include <gpxe/tables.h>
11 int ( * probe ) ( physaddr_t data, off_t len, void **context );
12 int ( * load ) ( physaddr_t data, off_t len, void *context );
13 int ( * boot ) ( void *context );
16 #define __image_start __table_start ( struct image, image )
17 #define __image __table ( struct image, image, 01 )
18 #define __default_image __table ( struct image, image, 02 )
19 #define __image_end __table_end ( struct image, image )
21 /* Functions in image.c */
23 extern void print_images ( void );
24 extern int autoload ( struct dev *dev, struct image **image, void **context );