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