-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jan Beulich
authored and
Konrad Rzeszutek Wilk
committed
Mar 20, 2012
1 parent
c707df4
commit 56c503d
Showing
3 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 9846ff10af12f9e7caac696737db6c990592a74a | ||
refs/heads/master: 8e6f7c23c135b13f3adf90906fac7edd325bb9af |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#ifndef _XEN_TMEM_H | ||
#define _XEN_TMEM_H | ||
|
||
#include <linux/types.h> | ||
|
||
/* defined in drivers/xen/tmem.c */ | ||
extern int tmem_enabled; | ||
extern bool tmem_enabled; | ||
|
||
#endif /* _XEN_TMEM_H */ |