aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common/adf_pfvf_pf_msg.h
blob: 187807b1ff880491dc4c7f8e4a190b3f4e2187f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only) */
/* Copyright(c) 2021 Intel Corporation */
#ifndef ADF_PFVF_PF_MSG_H
#define ADF_PFVF_PF_MSG_H

#include "adf_accel_devices.h"

void adf_pf2vf_notify_restarting(struct adf_accel_dev *accel_dev);

#endif /* ADF_PFVF_PF_MSG_H */