blob: b4e94a447812a5d18256df904d0cd60b2c3484b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* 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 */
|