mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
8e6f7c23c1
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>
10 lines
155 B
C
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 */
|