soc/amd/cezanne/include/espi.h: add missing include guards

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I393feab8550a7124ab2982ff3d256e3491d27b4b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61213
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Felix Held 2022-01-19 17:19:56 +01:00
parent 3b589c8148
commit cf4bba82cb
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef AMD_CEZANNE_ESPI_H
#define AMD_CEZANNE_ESPI_H
void espi_disable_lpc_ldrq(void);
void espi_switch_to_spi2_pads(void);
#endif /* AMD_CEZANNE_ESPI_H */