aboutsummaryrefslogtreecommitdiffstats
path: root/include/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/memory.h')
-rw-r--r--include/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/memory.h b/include/memory.h
index bf4e66b2a..f2048e291 100644
--- a/include/memory.h
+++ b/include/memory.h
@@ -67,6 +67,8 @@ void secmem_term( void );
void *secmem_malloc( size_t size );
void secmem_free( void *a );
void secmem_dump_stats(void);
+void secmem_set_flags( unsigned flags );
+unsigned secmem_get_flags(void);