[image] Remove userptr_t from image definition

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-04-22 12:21:26 +01:00
parent e98b84f1b9
commit b89a34b07f
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ extern int imgdownload_string ( const char *uri_string, unsigned long timeout,
extern int imgacquire ( const char *name, unsigned long timeout,
struct image **image );
extern void imgstat ( struct image *image );
extern int imgmem ( const char *name, userptr_t data, size_t len );
extern int imgmem ( const char *name, const void *data, size_t len );
#endif /* _USR_IMGMGMT_H */