aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/vma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/vma.h')
-rw-r--r--src/util/vma.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/vma.h b/src/util/vma.h
index 58b4f8bf941..9bc058a2c58 100644
--- a/src/util/vma.h
+++ b/src/util/vma.h
@@ -25,6 +25,7 @@
#define _UTIL_VMA_H
#include <stdint.h>
+#include <stdio.h>
#include "list.h"
@@ -55,6 +56,9 @@ bool util_vma_heap_alloc_addr(struct util_vma_heap *heap,
void util_vma_heap_free(struct util_vma_heap *heap,
uint64_t offset, uint64_t size);
+void util_vma_heap_print(struct util_vma_heap *heap, FILE *fp,
+ const char *tab, uint64_t total_size);
+
#ifdef __cplusplus
} /* extern C */
#endif