aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/tmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen/tmem.h')
-rw-r--r--include/xen/tmem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xen/tmem.h b/include/xen/tmem.h
new file mode 100644
index 000000000000..82e2c83a32f5
--- /dev/null
+++ b/include/xen/tmem.h
@@ -0,0 +1,5 @@
1#ifndef _XEN_TMEM_H
2#define _XEN_TMEM_H
3/* defined in drivers/xen/tmem.c */
4extern int tmem_enabled;
5#endif /* _XEN_TMEM_H */