summaryrefslogtreecommitdiff
path: root/drivers/crypto/intel/qat/qat_common/adf_cnv_dbgfs.h
blob: b02b0961c43308a1e73b4220c0f0bcc7da0dd1ec (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright(c) 2023 Intel Corporation */
#ifndef ADF_CNV_DBG_H
#define ADF_CNV_DBG_H

struct adf_accel_dev;

void adf_cnv_dbgfs_add(struct adf_accel_dev *accel_dev);
void adf_cnv_dbgfs_rm(struct adf_accel_dev *accel_dev);

#endif