mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-12 04:19:08 +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 */
|