summaryrefslogtreecommitdiffstats
path: root/sys/vm/memguard.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/memguard.h')
-rw-r--r--sys/vm/memguard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/memguard.h b/sys/vm/memguard.h
index 9ec4ffd..9e99e98 100644
--- a/sys/vm/memguard.h
+++ b/sys/vm/memguard.h
@@ -33,10 +33,11 @@
struct malloc_type;
struct vm_map;
+struct vmem;
#ifdef DEBUG_MEMGUARD
unsigned long memguard_fudge(unsigned long, const struct vm_map *);
-void memguard_init(struct vm_map *);
+void memguard_init(struct vmem *);
void *memguard_alloc(unsigned long, int);
void *memguard_realloc(void *, unsigned long, struct malloc_type *, int);
void memguard_free(void *);
OpenPOWER on IntegriCloud