mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-11 08:14:27 +08:00
6 lines
126 B
C
6 lines
126 B
C
|
#ifndef _XEN_TMEM_H
|
||
|
#define _XEN_TMEM_H
|
||
|
/* defined in drivers/xen/tmem.c */
|
||
|
extern int tmem_enabled;
|
||
|
#endif /* _XEN_TMEM_H */
|