mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
fetch() now knows nothing about struct image; it simply loads a file and
returns the allocated buffer.
This commit is contained in:
@@ -31,14 +31,6 @@ struct image {
|
||||
userptr_t data;
|
||||
/** Length of raw file image */
|
||||
size_t len;
|
||||
/**
|
||||
* Free raw file image
|
||||
*
|
||||
* @v data Raw file image
|
||||
*
|
||||
* Call this method before freeing up the @c struct @c image.
|
||||
*/
|
||||
void ( * free ) ( userptr_t data );
|
||||
|
||||
/** Entry point */
|
||||
physaddr_t entry;
|
||||
|
||||
Reference in New Issue
Block a user