diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2006-10-24 09:37:04 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-10-24 09:37:04 +0000 |
commit | 9d6be3ec42fc0ad138150d988b3e400168318e2d (patch) | |
tree | 467149588f8eb2ff4cc35bd21867c20a2eb47595 /src/mainboard/iwill/dk8X/mainboard.c | |
parent | 1d8261d416c5333a4ff73e0980a5b7838a66e19b (diff) | |
download | coreboot-9d6be3ec42fc0ad138150d988b3e400168318e2d.tar.xz |
fix naming convention, turn X.
another commit is following
Signed-off-by: Yinghai Lu <yinghailu@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2468 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iwill/dk8X/mainboard.c')
-rw-r--r-- | src/mainboard/iwill/dk8X/mainboard.c | 11 |
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") +}; + |