mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 10:35:15 +07: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 */
|