xref: /linux/drivers/crypto/intel/qat/qat_common/adf_sysfs_anti_rb.h (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright(c) 2026 Intel Corporation */
3 #ifndef ADF_SYSFS_ANTI_RB_H_
4 #define ADF_SYSFS_ANTI_RB_H_
5 
6 struct adf_accel_dev;
7 
8 void adf_sysfs_start_arb(struct adf_accel_dev *accel_dev);
9 void adf_sysfs_stop_arb(struct adf_accel_dev *accel_dev);
10 
11 #endif /* ADF_SYSFS_ANTI_RB_H_ */
12