root/sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_pke_replay_stats.h
/* SPDX-License-Identifier: BSD-3-Clause */
/* Copyright(c) 2007-2022 Intel Corporation */
#ifndef ADF_C4XXX_PKE_REPLAY_STATS_H_
#define ADF_C4XXX_PKE_REPLAY_STATS_H_

#include "adf_accel_devices.h"

int adf_pke_replay_counters_add_c4xxx(struct adf_accel_dev *accel_dev);
void adf_pke_replay_counters_remove_c4xxx(struct adf_accel_dev *accel_dev);

#endif