/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only) */ /* Copyright(c) 2014 - 2020 Intel Corporation */ #ifndef __ICP_QAT_FW_LOADER_HANDLE_H__ #define __ICP_QAT_FW_LOADER_HANDLE_H__ #include "icp_qat_uclo.h" struct icp_qat_fw_loader_ae_data { … }; struct icp_qat_fw_loader_hal_handle { … }; struct icp_qat_fw_loader_chip_info { … }; struct icp_qat_fw_loader_handle { … }; struct icp_firml_dram_desc { … }; #endif