xref: /linux/drivers/crypto/intel/qat/qat_common/adf_sysfs_kpt.h (revision b2128290c29902315e632ea59e0504d6bc9e9b42)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright(c) 2026 Intel Corporation */
3 #ifndef ADF_SYSFS_KPT_H_
4 #define ADF_SYSFS_KPT_H_
5 
6 struct adf_accel_dev;
7 
8 int adf_sysfs_init_kpt(struct adf_accel_dev *accel_dev);
9 
10 #endif /* ADF_SYSFS_KPT_H_ */
11