mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
10 lines
346 B
C
10 lines
346 B
C
/* SPDX-License-Identifier: BSD-3-Clause */
|
|
/* Copyright(c) 2007-2022 Intel Corporation */
|
|
#ifndef ADF_CNVNR_CTRS_DBG_H_
|
|
#define ADF_CNVNR_CTRS_DBG_H_
|
|
|
|
struct adf_accel_dev;
|
|
int adf_cnvnr_freq_counters_add(struct adf_accel_dev *accel_dev);
|
|
void adf_cnvnr_freq_counters_remove(struct adf_accel_dev *accel_dev);
|
|
|
|
#endif /* ADF_CNVNR_CTRS_DBG_H_ */
|