From 7a4c02145d2bfd3779eb56f0a09f03e799f1dc33 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 23 Jul 2017 21:05:24 -0600 Subject: src/include: Add guards on all header files Change-Id: I2d7d4e0b25f2cf3eef2040f89d5ebc711909cdd7 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/20734 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/include/cpu/x86/post_code.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/cpu/x86/post_code.h') diff --git a/src/include/cpu/x86/post_code.h b/src/include/cpu/x86/post_code.h index cd3d1599ed..5f968b75fb 100644 --- a/src/include/cpu/x86/post_code.h +++ b/src/include/cpu/x86/post_code.h @@ -1,3 +1,5 @@ +#ifndef __X86_POST_CODE_H__ +#define __X86_POST_CODE_H__ #include @@ -10,3 +12,5 @@ #else #define post_code(value) #endif + +#endif /* __X86_POST_CODE_H__ */ -- cgit v1.2.3