]> Git Repo - J-linux.git/blob - drivers/crypto/intel/qat/qat_common/adf_sysfs_rl.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / crypto / intel / qat / qat_common / adf_sysfs_rl.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright(c) 2023 Intel Corporation */
3 #ifndef ADF_SYSFS_RL_H_
4 #define ADF_SYSFS_RL_H_
5
6 struct adf_accel_dev;
7
8 int adf_sysfs_rl_add(struct adf_accel_dev *accel_dev);
9 void adf_sysfs_rl_rm(struct adf_accel_dev *accel_dev);
10
11 #endif /* ADF_SYSFS_RL_H_ */
This page took 0.023609 seconds and 4 git commands to generate.