mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 19:25:46 +03:00
Replace image->entry with image->priv.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user