david/ipxe
Archived
1
0

Rename "image" field to "data", because "image->image" is just confusing.

This commit is contained in:
Michael Brown 2007-01-11 16:07:30 +00:00
parent 4fc9333159
commit c6c63d954d

View File

@ -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;