1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
3 /* $FreeBSD$ */
4 #ifndef ADF_C4XXX_MISC_ERROR_STATS_H_
5 #define ADF_C4XXX_MISC_ERROR_STATS_H_
6 
7 #include "adf_accel_devices.h"
8 
9 int adf_misc_error_add_c4xxx(struct adf_accel_dev *accel_dev);
10 void adf_misc_error_remove_c4xxx(struct adf_accel_dev *accel_dev);
11 
12 #endif
13