diff options
author | Vishal Verma <vishal.l.verma@intel.com> | 2017-06-28 14:25:00 -0600 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2017-06-29 13:50:38 -0700 |
commit | 14e494542636b7a685c5bf27e695e3bb9ec3fe7d (patch) | |
tree | ab04daf7eacbc7237c127c3052628c5cac729755 /include/linux/nd.h | |
parent | 5e93746f065c49445cf8115007fc887789438ec0 (diff) | |
download | lwn-14e494542636b7a685c5bf27e695e3bb9ec3fe7d.tar.gz lwn-14e494542636b7a685c5bf27e695e3bb9ec3fe7d.zip |
libnvdimm, btt: BTT updates for UEFI 2.7 format
The UEFI 2.7 specification defines an updated BTT metadata format,
bumping the revision to 2.0. Add support for the new format, while
retaining compatibility for the old 1.1 format.
Cc: Toshi Kani <toshi.kani@hpe.com>
Cc: Linda Knippers <linda.knippers@hpe.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include/linux/nd.h')
-rw-r--r-- | include/linux/nd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nd.h b/include/linux/nd.h index 96069c543890..5dc6b695437d 100644 --- a/include/linux/nd.h +++ b/include/linux/nd.h @@ -24,6 +24,7 @@ enum nvdimm_event { enum nvdimm_claim_class { NVDIMM_CCLASS_NONE, NVDIMM_CCLASS_BTT, + NVDIMM_CCLASS_BTT2, NVDIMM_CCLASS_PFN, NVDIMM_CCLASS_DAX, NVDIMM_CCLASS_UNKNOWN, |