mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
Quick hack to get image booting working again
This commit is contained in:
@@ -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