blob: dbe8351a9f92a1c0ae64d153620534086f87c17a [file] [log] [blame]
/* 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);
int soc_is_dali_3250U(void);