mirror of https://gitee.com/openkylin/linux.git
devlink: add macro for "fw.psid"
The "fw.psid" devlink info version is documented in devlink-info.rst, and used by one driver. However, there is no associated macro for this firmware version like there is for others. Add one now. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
efa193ba9a
commit
468672b24f
|
@ -485,6 +485,8 @@ enum devlink_param_generic_id {
|
|||
#define DEVLINK_INFO_VERSION_GENERIC_FW_UNDI "fw.undi"
|
||||
/* NCSI support/handler version */
|
||||
#define DEVLINK_INFO_VERSION_GENERIC_FW_NCSI "fw.ncsi"
|
||||
/* FW parameter set id */
|
||||
#define DEVLINK_INFO_VERSION_GENERIC_FW_PSID "fw.psid"
|
||||
|
||||
struct devlink_region;
|
||||
struct devlink_info_req;
|
||||
|
|
Loading…
Reference in New Issue