aboutsummaryrefslogtreecommitdiffstats
path: root/tools/memshr/memshr.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/memshr/memshr.h')
-rw-r--r--tools/memshr/memshr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/memshr/memshr.h b/tools/memshr/memshr.h
index 351323715c..1292d494f5 100644
--- a/tools/memshr/memshr.h
+++ b/tools/memshr/memshr.h
@@ -26,5 +26,7 @@ typedef uint64_t xen_mfn_t;
extern void memshr_set_domid(int domid);
extern void memshr_daemon_initialize(void);
extern void memshr_vbd_initialize(void);
+extern uint16_t memshr_vbd_image_get(char* file);
+extern void memshr_vbd_image_put(uint16_t memshr_id);
#endif /* __MEMSHR_H__ */