aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/include/soc/soc_util.h
blob: be05d9f9afa2bbe7faea557b22ffae5de062a14d (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

int soc_is_pollock(void);
int soc_is_dali(void);
int soc_is_picasso(void);
int soc_is_raven2(void);
int soc_is_zen_plus(void);