mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +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 */
|
||||
struct image {
|
||||
/** Raw file image */
|
||||
userptr_t image;
|
||||
userptr_t data;
|
||||
/** Length of raw file image */
|
||||
size_t len;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user