Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.9-rc8 9 lines 155 B view raw
1#ifndef _XEN_TMEM_H 2#define _XEN_TMEM_H 3 4#include <linux/types.h> 5 6/* defined in drivers/xen/tmem.c */ 7extern bool tmem_enabled; 8 9#endif /* _XEN_TMEM_H */