aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/memfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/memfd.h')
-rw-r--r--include/qemu/memfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/memfd.h b/include/qemu/memfd.h
index 1d3ecc7458..de10198ed6 100644
--- a/include/qemu/memfd.h
+++ b/include/qemu/memfd.h
@@ -17,7 +17,7 @@
#endif
int qemu_memfd_create(const char *name, size_t size, bool hugetlb,
- unsigned int seals, Error **errp);
+ uint64_t hugetlbsize, unsigned int seals, Error **errp);
void *qemu_memfd_alloc(const char *name, size_t size, unsigned int seals,
int *fd, Error **errp);
void qemu_memfd_free(void *ptr, size_t size, int fd);