aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/E7525/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/E7525/chip.h')
-rw-r--r--src/northbridge/intel/E7525/chip.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/northbridge/intel/E7525/chip.h b/src/northbridge/intel/E7525/chip.h
new file mode 100644
index 0000000000..19d8c4e54c
--- /dev/null
+++ b/src/northbridge/intel/E7525/chip.h
@@ -0,0 +1,7 @@
+struct northbridge_intel_E7525_config
+{
+ /* Interrupt line connect */
+ unsigned int intrline;
+};
+
+extern struct chip_operations northbridge_intel_E7525_ops;