c8272783db
Change-Id: I89f08c201bd7d9a11b186ef960abe9714a76fb97 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48317 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
12 lines
230 B
C
12 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 */
|