]> Git Repo - J-linux.git/blob - drivers/crypto/intel/qat/qat_common/adf_fw_config.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / crypto / intel / qat / qat_common / adf_fw_config.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright(c) 2023 Intel Corporation */
3 #ifndef ADF_FW_CONFIG_H_
4 #define ADF_FW_CONFIG_H_
5
6 enum adf_fw_objs {
7         ADF_FW_SYM_OBJ,
8         ADF_FW_ASYM_OBJ,
9         ADF_FW_DC_OBJ,
10         ADF_FW_ADMIN_OBJ,
11 };
12
13 struct adf_fw_config {
14         u32 ae_mask;
15         enum adf_fw_objs obj;
16 };
17
18 #endif
This page took 0.026345 seconds and 4 git commands to generate.