aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iwill/dk8x/chip.h
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/chip.h
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/chip.h')
-rw-r--r--src/mainboard/iwill/dk8x/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/iwill/dk8x/chip.h b/src/mainboard/iwill/dk8x/chip.h
new file mode 100644
index 0000000000..4057cfa204
--- /dev/null
+++ b/src/mainboard/iwill/dk8x/chip.h
@@ -0,0 +1,5 @@
+extern struct chip_operations mainboard_iwill_dk8x_ops;
+
+struct mainboard_iwill_dk8x_config {
+ int nothing;
+};