diff options
author | Dexuan Cui <decui@microsoft.com> | 2019-01-29 00:56:17 +0000 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2019-01-29 22:09:31 -0800 |
commit | 1194c4133195dfcb6c5fc0935d54bbed872a5285 (patch) | |
tree | e5a1d1eff769fbe3527eaed50937bb5bf40eb1c5 /include/uapi | |
parent | 43f89877f26671c6309cd87d7364b1a3e66e71cf (diff) | |
download | linux-1194c4133195dfcb6c5fc0935d54bbed872a5285.tar.gz linux-1194c4133195dfcb6c5fc0935d54bbed872a5285.tar.bz2 linux-1194c4133195dfcb6c5fc0935d54bbed872a5285.zip |
nfit: Add Hyper-V NVDIMM DSM command set to white list
Add the Hyper-V _DSM command set to the white list of NVDIMM command
sets.
This command set is documented at http://www.uefi.org/RFIC_LIST
(see "Virtual NVDIMM 0x1901").
Signed-off-by: Dexuan Cui <decui@microsoft.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/ndctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/ndctl.h b/include/uapi/linux/ndctl.h index f57c9e434d2d..de5d90212409 100644 --- a/include/uapi/linux/ndctl.h +++ b/include/uapi/linux/ndctl.h @@ -243,6 +243,7 @@ struct nd_cmd_pkg { #define NVDIMM_FAMILY_HPE1 1 #define NVDIMM_FAMILY_HPE2 2 #define NVDIMM_FAMILY_MSFT 3 +#define NVDIMM_FAMILY_HYPERV 4 #define ND_IOCTL_CALL _IOWR(ND_IOCTL, ND_CMD_CALL,\ struct nd_cmd_pkg) |