soc/intel/*: Fix up header guards
Change-Id: If9ae375629c8af3d32b4c5493b5d63203e8847aa Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64360 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
08769c6d14
commit
d9e750c4fd
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef _SOC_COMMON_BLOCK_CRASHLOG_LIB_H_
|
||||
#define _SOC_COMMON_BLOCK_CRASHLIB_LIB_H_
|
||||
#define _SOC_COMMON_BLOCK_CRASHLOG_LIB_H_
|
||||
|
||||
#include <types.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef _SOC_COMMON_BLOCK_CRASHLOG_LIB_H_
|
||||
#define _SOC_COMMON_BLOCK_CRASHLIB_LIB_H_
|
||||
#define _SOC_COMMON_BLOCK_CRASHLOG_LIB_H_
|
||||
|
||||
#include <types.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue