mirror of
https://github.com/ipxe/ipxe
synced 2026-02-07 08:02:49 +03:00
[image] Remove userptr_t from image definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -184,7 +184,7 @@ void imgstat ( struct image *image ) {
|
||||
* @v len Length
|
||||
* @ret rc Return status code
|
||||
*/
|
||||
int imgmem ( const char *name, userptr_t data, size_t len ) {
|
||||
int imgmem ( const char *name, const void *data, size_t len ) {
|
||||
struct image *image;
|
||||
|
||||
/* Create image */
|
||||
|
||||
Reference in New Issue
Block a user