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