aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iwill/dk8x/mainboard.c
diff options
context:
space:
mode:
authorYinghai Lu <yinghailu@gmail.com>2006-10-24 09:40:21 +0000
committerStefan Reinauer <stepan@openbios.org>2006-10-24 09:40:21 +0000
commit6e5b6a82ad4ffe044d4eeeb9bd3b42c0d07579df (patch)
tree3e2aecc84a8c3c1196ec491465cf095db425e979 /src/mainboard/iwill/dk8x/mainboard.c
parent9d6be3ec42fc0ad138150d988b3e400168318e2d (diff)
fix typo during rename. Subversion would not let
me fix this before committing first. Signed-off-by: Yinghai Lu <yinghailu@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iwill/dk8x/mainboard.c')
-rw-r--r--src/mainboard/iwill/dk8x/mainboard.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/iwill/dk8x/mainboard.c b/src/mainboard/iwill/dk8x/mainboard.c
new file mode 100644
index 0000000000..b4bcfb25e8
--- /dev/null
+++ b/src/mainboard/iwill/dk8x/mainboard.c
@@ -0,0 +1,11 @@
+#include <console/console.h>
+#include <device/device.h>
+#include <device/pci.h>
+#include <device/pci_ids.h>
+#include <device/pci_ops.h>
+#include "chip.h"
+
+struct chip_operations mainboard_iwill_dk8x_ops = {
+ CHIP_NAME("Iwill DK8X mainboard")
+};
+