aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i3100/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/i3100/chip.h')
-rw-r--r--src/northbridge/intel/i3100/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/intel/i3100/chip.h b/src/northbridge/intel/i3100/chip.h
index aa7407abb3..5da74318ce 100644
--- a/src/northbridge/intel/i3100/chip.h
+++ b/src/northbridge/intel/i3100/chip.h
@@ -13,8 +13,13 @@
* GNU General Public License for more details.
*/
+#ifndef NORTHBRIDGE_INTEL_I3100_CHIP_H
+#define NORTHBRIDGE_INTEL_I3100_CHIP_H
+
struct northbridge_intel_i3100_config
{
/* Interrupt line connect */
u16 intrline;
};
+
+#endif /* NORTHBRIDGE_INTEL_I3100_CHIP_H */