alistair23-linux/include/xen/tmem.h
Jan Beulich 8e6f7c23c1 xen/tmem: cleanup
Use 'bool' for boolean variables. Do proper section placement.
Eliminate an unnecessary export.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2012-03-20 15:34:18 -04:00

10 lines
155 B
C

#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 */