mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Quick hack to get image booting working again
This commit is contained in:
@@ -113,6 +113,7 @@ extern struct list_head images;
|
||||
#define for_each_image( image ) \
|
||||
list_for_each_entry ( (image), &images, list )
|
||||
|
||||
extern struct image * alloc_image ( void );
|
||||
extern int register_image ( struct image *image );
|
||||
extern void unregister_image ( struct image *image );
|
||||
extern void promote_image ( struct image *image );
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
|
||||
struct image;
|
||||
|
||||
extern int imgfetch ( const char *filename, const char *name,
|
||||
struct image **new_image );
|
||||
extern int imgfetch ( struct image *image, const char *filename, int load );
|
||||
extern int imgload ( struct image *image );
|
||||
extern int imgexec ( struct image *image );
|
||||
extern struct image * imgautoselect ( void );
|
||||
|
||||
Reference in New Issue
Block a user