/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __GENOA_CHIP_H__ #define __GENOA_CHIP_H__ #include struct soc_amd_genoa_config { struct soc_amd_common_config common_config; }; #endif