aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/libnvdimm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/libnvdimm.h b/include/linux/libnvdimm.h
index 722cdf21429f..4b9f178c82e6 100644
--- a/include/linux/libnvdimm.h
+++ b/include/linux/libnvdimm.h
@@ -17,6 +17,7 @@
17#include <linux/kernel.h> 17#include <linux/kernel.h>
18#include <linux/sizes.h> 18#include <linux/sizes.h>
19#include <linux/types.h> 19#include <linux/types.h>
20#include <linux/uuid.h>
20 21
21enum { 22enum {
22 /* when a dimm supports both PMEM and BLK access a label is required */ 23 /* when a dimm supports both PMEM and BLK access a label is required */
@@ -77,6 +78,8 @@ struct nd_interleave_set {
77 u64 cookie2; 78 u64 cookie2;
78 /* compatibility with initial buggy Linux implementation */ 79 /* compatibility with initial buggy Linux implementation */
79 u64 altcookie; 80 u64 altcookie;
81
82 guid_t type_guid;
80}; 83};
81 84
82struct nd_mapping_desc { 85struct nd_mapping_desc {