aboutsummaryrefslogtreecommitdiff
path: root/include/xen/tmem.h
blob: 591550a22ac7dada9b351c55635c2c128bb4af19 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _XEN_TMEM_H
#define _XEN_TMEM_H

#include <linux/types.h>

/* defined in drivers/xen/tmem.c */
extern bool tmem_enabled;

#endif /* _XEN_TMEM_H */