summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/image.h
diff options
context:
space:
mode:
authorMichael Brown2007-06-28 18:55:29 +0200
committerMichael Brown2007-06-28 18:55:29 +0200
commit4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56 (patch)
tree7bf42f686105cb65dc79bad8b789deca22f01d6e /src/include/gpxe/image.h
parentUse monojob and dhcp_configure_netdev(). (diff)
downloadipxe-4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56.tar.gz
ipxe-4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56.tar.xz
ipxe-4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56.zip
Quick hack to get image booting working again
Diffstat (limited to 'src/include/gpxe/image.h')
-rw-r--r--src/include/gpxe/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/image.h b/src/include/gpxe/image.h
index 08a1dd905..7f09d9c6e 100644
--- a/src/include/gpxe/image.h
+++ b/src/include/gpxe/image.h
@@ -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 );