From 797edf28b7e2f0f6fe374bbe230e68b2ab05cbdc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 14 Jan 2007 04:04:28 +0000 Subject: Replace image->entry with image->priv. --- src/include/gpxe/image.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/include/gpxe') diff --git a/src/include/gpxe/image.h b/src/include/gpxe/image.h index de10c369e..3bfe834e4 100644 --- a/src/include/gpxe/image.h +++ b/src/include/gpxe/image.h @@ -35,8 +35,11 @@ struct image { /** Image type, if known */ struct image_type *type; - /** Entry point */ - physaddr_t entry; + /** Image type private data */ + union { + physaddr_t phys; + userptr_t user; + } priv; }; /** Image is loaded */ -- cgit v1.2.3-55-g7522