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