mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00: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 */
|