mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
Rename "image" field to "data", because "image->image" is just confusing.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
/** An executable or loadable image */
|
/** An executable or loadable image */
|
||||||
struct image {
|
struct image {
|
||||||
/** Raw file image */
|
/** Raw file image */
|
||||||
userptr_t image;
|
userptr_t data;
|
||||||
/** Length of raw file image */
|
/** Length of raw file image */
|
||||||
size_t len;
|
size_t len;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user