xref: /freebsd/sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_misc_error_stats.h (revision 71625ec9ad2a9bc8c09784fbd23b759830e0ee5f)
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
3 #ifndef ADF_C4XXX_MISC_ERROR_STATS_H_
4 #define ADF_C4XXX_MISC_ERROR_STATS_H_
5 
6 #include "adf_accel_devices.h"
7 
8 int adf_misc_error_add_c4xxx(struct adf_accel_dev *accel_dev);
9 void adf_misc_error_remove_c4xxx(struct adf_accel_dev *accel_dev);
10 
11 #endif
12