crypto: qat - Move driver to drivers/crypto/intel/qat
[linux-2.6-microblaze.git] / drivers / crypto / intel / qat / qat_common / adf_pfvf_pf_msg.h
1 /* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only) */
2 /* Copyright(c) 2021 Intel Corporation */
3 #ifndef ADF_PFVF_PF_MSG_H
4 #define ADF_PFVF_PF_MSG_H
5
6 #include "adf_accel_devices.h"
7
8 void adf_pf2vf_notify_restarting(struct adf_accel_dev *accel_dev);
9
10 typedef int (*adf_pf2vf_blkmsg_provider)(struct adf_accel_dev *accel_dev,
11                                          u8 *buffer, u8 compat);
12
13 int adf_pf_capabilities_msg_provider(struct adf_accel_dev *accel_dev,
14                                      u8 *buffer, u8 comapt);
15 int adf_pf_ring_to_svc_msg_provider(struct adf_accel_dev *accel_dev,
16                                     u8 *buffer, u8 comapt);
17
18 #endif /* ADF_PFVF_PF_MSG_H */