summaryrefslogtreecommitdiff
path: root/src/northbridge/motorola/mpc107/chip.h
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2004-11-18 22:39:43 +0000
committerEric Biederman <ebiederm@xmission.com>2004-11-18 22:39:43 +0000
commit5697edee0365a7e9464d1c103b2b8290e36a1989 (patch)
tree651c52b703b5664d84b273e069f36db1572eeb50 /src/northbridge/motorola/mpc107/chip.h
parenta9e632c2ac29c60872e7e4f9314263b34ce5031d (diff)
downloadcoreboot-5697edee0365a7e9464d1c103b2b8290e36a1989.tar.xz
- Add the new files for the motorola mpc107
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1787 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/motorola/mpc107/chip.h')
-rw-r--r--src/northbridge/motorola/mpc107/chip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/northbridge/motorola/mpc107/chip.h b/src/northbridge/motorola/mpc107/chip.h
new file mode 100644
index 0000000000..48f7decb40
--- /dev/null
+++ b/src/northbridge/motorola/mpc107/chip.h
@@ -0,0 +1,6 @@
+
+struct northbridge_motorola_mpc107_config {
+ /* Nothing yet */
+};
+
+extern struct chip_operations northbridge_motorola_mpc107_ops;