crypto/qat: add common header
authorFiona Trahe <fiona.trahe@intel.com>
Wed, 13 Jun 2018 12:13:45 +0000 (14:13 +0200)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 27 Jun 2018 23:25:33 +0000 (01:25 +0200)
commit2d09292e4609420d221f8bf26970257bc3b51e3b
tree820b62a64187a6b6d297fae7c6d18bdd82122f35
parent68248ad1b9a8a5e84611346b699dd5d4f1bbe37d
crypto/qat: add common header

This commit adds qat_common.h header file.
Following objects were moved to it:

qat_algs.h =>. qat_common.h
- struct qat_alg_buf
- struct qat_alg_buf_list
- struct qat_crypto_op_cookie
- QAT_SGL_MAX_NUMBER
qat_crypto.h => qat_common.h
- CRYPTODEV_NAME_QAT_SYM_PMD

Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com>
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
drivers/crypto/qat/qat_adf/qat_algs.h
drivers/crypto/qat/qat_common.h [new file with mode: 0644]
drivers/crypto/qat/qat_crypto.h