aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iwill/dk8x/mainboard.c
diff options
context:
space:
mode:
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")
+};
+