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