root/drivers/crypto/intel/qat/qat_common/adf_sysfs_kpt.h
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright(c) 2026 Intel Corporation */
#ifndef ADF_SYSFS_KPT_H_
#define ADF_SYSFS_KPT_H_

struct adf_accel_dev;

int adf_sysfs_init_kpt(struct adf_accel_dev *accel_dev);

#endif /* ADF_SYSFS_KPT_H_ */