blob: 91685862280cb68b8d73ead9c032898c73029b32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __GENOA_CHIP_H__
#define __GENOA_CHIP_H__
#include <amdblocks/chip.h>
struct soc_amd_genoa_config {
struct soc_amd_common_config common_config;
};
#endif
|