xref: /linux/drivers/crypto/intel/qat/qat_common/adf_pm_dbgfs.h (revision 4b660dbd9ee2059850fd30e0df420ca7a38a1856)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright(c) 2023 Intel Corporation */
3 
4 #ifndef ADF_PM_DBGFS_H_
5 #define ADF_PM_DBGFS_H_
6 
7 struct adf_accel_dev;
8 
9 void adf_pm_dbgfs_rm(struct adf_accel_dev *accel_dev);
10 void adf_pm_dbgfs_add(struct adf_accel_dev *accel_dev);
11 
12 #endif /* ADF_PM_DBGFS_H_ */
13