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

#ifndef ADF_PM_DBGFS_H_
#define ADF_PM_DBGFS_H_

struct adf_accel_dev;

void adf_pm_dbgfs_rm(struct adf_accel_dev *accel_dev);
void adf_pm_dbgfs_add(struct adf_accel_dev *accel_dev);

#endif /* ADF_PM_DBGFS_H_ */