crypto/qat: move macro to common file

QAT_64_BTYE_ALIGN_MASK macro is not specific to
symmetric crypto, but it is common for other
future services.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
This commit is contained in:
Fiona Trahe 2018-06-13 14:14:14 +02:00 committed by Pablo de Lara
parent 64bc4d6a87
commit c2a8f3b79d
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,8 @@
*/
#define QAT_SGL_MAX_NUMBER 16
#define QAT_64_BTYE_ALIGN_MASK (~0x3f)
/* Intel(R) QuickAssist Technology device generation is enumerated
* from one according to the generation of the device
*/

View File

@ -9,8 +9,6 @@
#include "qat_common.h"
#define QAT_64_BTYE_ALIGN_MASK (~0x3f)
struct qat_sym_session;
struct qat_sym_op_cookie {