xref: /linux/drivers/crypto/intel/qat/qat_common/adf_pm_dbgfs.h (revision 6e7fd890f1d6ac83805409e9c346240de2705584)
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