aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/pxhd/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/pxhd/chip.h')
-rw-r--r--src/southbridge/intel/pxhd/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/southbridge/intel/pxhd/chip.h b/src/southbridge/intel/pxhd/chip.h
new file mode 100644
index 0000000000..516f1df7d2
--- /dev/null
+++ b/src/southbridge/intel/pxhd/chip.h
@@ -0,0 +1,5 @@
+struct southbridge_intel_pxhd_config
+{
+ /* nothing */
+};
+struct chip_operations southbridge_intel_pxhd_ops;