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

struct adf_accel_dev;

void adf_sysfs_start_arb(struct adf_accel_dev *accel_dev);
void adf_sysfs_stop_arb(struct adf_accel_dev *accel_dev);

#endif /* ADF_SYSFS_ANTI_RB_H_ */