/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #ifndef _SB800_CFG_H_ #define _SB800_CFG_H_ #include /** * @brief South Bridge CIMx configuration * */ void sb800_cimx_config(AMDSBCFG *sb_cfg); #endif