aboutsummaryrefslogtreecommitdiff
path: root/lib/vita/slab.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vita/slab.h')
-rwxr-xr-xlib/vita/slab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vita/slab.h b/lib/vita/slab.h
index c8c5d9b..153c008 100755
--- a/lib/vita/slab.h
+++ b/lib/vita/slab.h
@@ -35,5 +35,6 @@ struct slab_chain {
void slab_init(struct slab_chain *, size_t, SceUID);
void *slab_alloc(struct slab_chain *, uintptr_t *);
void slab_free(struct slab_chain *, const void *);
+uintptr_t slab_getmirror(struct slab_chain *, const void *);
void slab_traverse(const struct slab_chain *, void (*)(const void *));
void slab_destroy(const struct slab_chain *);