summaryrefslogtreecommitdiff
path: root/drivers/crypto/intel/qat/qat_common/adf_gen4_vf_mig.h
blob: 72216d078ee1f62153d103bcc3562177f10b62f2 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright(c) 2024 Intel Corporation */
#ifndef ADF_GEN4_VF_MIG_H_
#define ADF_GEN4_VF_MIG_H_

#include "adf_accel_devices.h"

void adf_gen4_init_vf_mig_ops(struct qat_migdev_ops *vfmig_ops);

#endif