/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only) */ /* Copyright(c) 2014 - 2020 Intel Corporation */ #ifndef ADF_CFG_USER_H_ #define ADF_CFG_USER_H_ #include "adf_cfg_common.h" #include "adf_cfg_strings.h" struct adf_user_cfg_key_val { … } __packed; struct adf_user_cfg_section { … } __packed; struct adf_user_cfg_ctl_data { … } __packed; #endif