13 lines
230 B
C
13 lines
230 B
C
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
|
||
|
#ifndef CEZANNE_CHIP_H
|
||
|
#define CEZANNE_CHIP_H
|
||
|
|
||
|
#include <amdblocks/chip.h>
|
||
|
|
||
|
struct soc_amd_cezanne_config {
|
||
|
struct soc_amd_common_config common_config;
|
||
|
};
|
||
|
|
||
|
#endif /* CEZANNE_CHIP_H */
|