From 5640cfdc92b6cfbbeb9f0583a56ebbfaea3b34f7 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 20 May 2020 01:25:46 +0200 Subject: soc/amd/picasso/include/soc_util: add include guards Change-Id: I2de16eaa88baace28afa30345b7762353a48ab87 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/41558 Reviewed-by: Angel Pons Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/include/soc/soc_util.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/include/soc/soc_util.h b/src/soc/amd/picasso/include/soc/soc_util.h index 8e2c598630..9077195a88 100644 --- a/src/soc/amd/picasso/include/soc/soc_util.h +++ b/src/soc/amd/picasso/include/soc/soc_util.h @@ -1,5 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#ifndef __PICASSO_SOC_UTIL_H__ +#define __PICASSO_SOC_UTIL_H__ + enum socket_type { SOCKET_FP5 = 0, SOCKET_AM4 = 2, @@ -13,3 +16,5 @@ int soc_is_dali(void); int soc_is_picasso(void); int soc_is_raven2(void); int soc_is_zen_plus(void); + +#endif /* __PICASSO_SOC_UTIL_H__ */ -- cgit v1.2.3