1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
3 #ifndef ADF_CFG_INSTANCE_H_
4 #define ADF_CFG_INSTANCE_H_
5 
6 #include "adf_accel_devices.h"
7 #include "adf_cfg_common.h"
8 #include "adf_cfg_bundle.h"
9 
10 void crypto_instance_init(struct adf_cfg_instance *instance,
11 			  struct adf_cfg_bundle *bundle);
12 void dc_instance_init(struct adf_cfg_instance *instance,
13 		      struct adf_cfg_bundle *bundle);
14 void asym_instance_init(struct adf_cfg_instance *instance,
15 			struct adf_cfg_bundle *bundle);
16 void sym_instance_init(struct adf_cfg_instance *instance,
17 		       struct adf_cfg_bundle *bundle);
18 #endif
19