aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/amdk8/chip.h')
-rw-r--r--src/northbridge/amd/amdk8/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/chip.h b/src/northbridge/amd/amdk8/chip.h
new file mode 100644
index 0000000000..a6111c98c9
--- /dev/null
+++ b/src/northbridge/amd/amdk8/chip.h
@@ -0,0 +1,5 @@
+struct northbridge_amd_amdk8_config
+{
+};
+
+extern struct chip_control northbridge_amd_amdk8_control;