1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* Copyright(c) 2007-2023 Intel Corporation */ 3 #ifndef ADF_CFG_SYSCTL_H_ 4 #define ADF_CFG_SYSCTL_H_ 5 6 #include "adf_accel_devices.h" 7 8 int adf_cfg_sysctl_add(struct adf_accel_dev *accel_dev); 9 void adf_cfg_sysctl_remove(struct adf_accel_dev *accel_dev); 10 11 #endif /* ADF_CFG_SYSCTL_H_ */ 12