xref: /linux/drivers/crypto/intel/qat/qat_common/adf_gen4_vf_mig.h (revision 621cde16e49b3ecf7d59a8106a20aaebfb4a59a9)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright(c) 2024 Intel Corporation */
3 #ifndef ADF_GEN4_VF_MIG_H_
4 #define ADF_GEN4_VF_MIG_H_
5 
6 #include "adf_accel_devices.h"
7 
8 void adf_gen4_init_vf_mig_ops(struct qat_migdev_ops *vfmig_ops);
9 
10 #endif
11