]> Git Repo - J-linux.git/blob - drivers/crypto/intel/qat/qat_common/adf_fw_counters.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / drivers / crypto / intel / qat / qat_common / adf_fw_counters.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright(c) 2023 Intel Corporation */
3 #ifndef ADF_FW_COUNTERS_H
4 #define ADF_FW_COUNTERS_H
5
6 struct adf_accel_dev;
7
8 void adf_fw_counters_dbgfs_add(struct adf_accel_dev *accel_dev);
9 void adf_fw_counters_dbgfs_rm(struct adf_accel_dev *accel_dev);
10
11 #endif
This page took 0.02934 seconds and 4 git commands to generate.