aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/cezanne/chip.h')
-rw-r--r--src/soc/amd/cezanne/chip.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/chip.h b/src/soc/amd/cezanne/chip.h
new file mode 100644
index 0000000000..b4e94a4478
--- /dev/null
+++ b/src/soc/amd/cezanne/chip.h
@@ -0,0 +1,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 */