From b08d73b8456c85ded8e27f37023aba27a0933031 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 24 Jul 2017 07:14:50 -0600 Subject: src/northbridge: Add guards on all header files Change-Id: I93b939478615f22f2c078b1efb7999ad4f3a4c28 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/20747 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/northbridge/via/vx900/chip.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/northbridge/via/vx900') diff --git a/src/northbridge/via/vx900/chip.h b/src/northbridge/via/vx900/chip.h index 3ba7583b6a..91a7a3d119 100644 --- a/src/northbridge/via/vx900/chip.h +++ b/src/northbridge/via/vx900/chip.h @@ -14,6 +14,9 @@ * GNU General Public License for more details. */ +#ifndef __VIA_VX900_CHIP_H__ +#define __VIA_VX900_CHIP_H__ + struct northbridge_via_vx900_config { /** * \brief PCIe Lane[3:0] Function Select @@ -47,3 +50,5 @@ struct northbridge_via_vx900_config { */ char ext_int_route_to_pirq; }; + +#endif -- cgit v1.2.3