X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fqat%2Fqat_common%2Fadf_common_drv.h;h=27e16c09230bffa24e505a03c8848fc7ab2bb40d;hb=132c242d95063f0c362597e74ee6759403a3f700;hp=0666ee6a3360feac17675575d9d44c61b38a190e;hpb=6c28ab9fef9b4eca350d68ed0090f92fe37f969f;p=linux-2.6-block.git diff --git a/drivers/crypto/qat/qat_common/adf_common_drv.h b/drivers/crypto/qat/qat_common/adf_common_drv.h index 0666ee6a3360..27e16c09230b 100644 --- a/drivers/crypto/qat/qat_common/adf_common_drv.h +++ b/drivers/crypto/qat/qat_common/adf_common_drv.h @@ -53,6 +53,13 @@ #include "icp_qat_fw_loader_handle.h" #include "icp_qat_hal.h" +#define ADF_MAJOR_VERSION 0 +#define ADF_MINOR_VERSION 1 +#define ADF_BUILD_VERSION 3 +#define ADF_DRV_VERSION __stringify(ADF_MAJOR_VERSION) "." \ + __stringify(ADF_MINOR_VERSION) "." \ + __stringify(ADF_BUILD_VERSION) + #define ADF_STATUS_RESTARTING 0 #define ADF_STATUS_STARTING 1 #define ADF_STATUS_CONFIGURED 2