diff options
| author | Jerry Hoemann <jerry.hoemann@hpe.com> | 2017-06-30 20:41:24 -0700 |
|---|---|---|
| committer | Dan Williams <dan.j.williams@intel.com> | 2017-07-01 08:49:59 -0700 |
| commit | 37d74841b9d42b105cba053e70e9db0e395949da (patch) | |
| tree | 34d49e0daba5ab0ab570b7f6d1fe35a0bf96602c /include/uapi/linux | |
| parent | 53b85a449b15e0e2e6727d8855e4c8b7627577e1 (diff) | |
| download | cachepc-linux-37d74841b9d42b105cba053e70e9db0e395949da.tar.gz cachepc-linux-37d74841b9d42b105cba053e70e9db0e395949da.zip | |
acpi, nfit: Enable DSM pass thru for root functions.
Set ND_CMD_CALL in the cmd_mask to enable calling root
functions via the pass thru mechanism.
Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include/uapi/linux')
| -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 7ad3863cb88b..e23c37fedade 100644 --- a/include/uapi/linux/ndctl.h +++ b/include/uapi/linux/ndctl.h @@ -179,6 +179,7 @@ static inline const char *nvdimm_bus_cmd_name(unsigned cmd) [ND_CMD_ARS_START] = "ars_start", [ND_CMD_ARS_STATUS] = "ars_status", [ND_CMD_CLEAR_ERROR] = "clear_error", + [ND_CMD_CALL] = "cmd_call", }; if (cmd < ARRAY_SIZE(names) && names[cmd]) |
