summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel/qat/qat_common/adf_sysfs_rl.h
blob: 22d36aa8a757fcf85ed3e5a02061618ffaddca41 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright(c) 2023 Intel Corporation */
#ifndef ADF_SYSFS_RL_H_
#define ADF_SYSFS_RL_H_

struct adf_accel_dev;

int adf_sysfs_rl_add(struct adf_accel_dev *accel_dev);
void adf_sysfs_rl_rm(struct adf_accel_dev *accel_dev);

#endif /* ADF_SYSFS_RL_H_ */