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