summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/dsbf/chip.h
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2012-07-11 21:47:11 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2012-07-14 17:34:57 +0200
commit2d0d83c3dd41a95f5c27a2c7ecf0a3a8cdd5d0be (patch)
treec6b6b427c89127e7be18fce28f38abf4a9691b3d /src/mainboard/asus/dsbf/chip.h
parent6fa1d3a218332230826a5a5ebd676017b30b5930 (diff)
Add ASUS DSBF mainboard
Change-Id: Iad38b92ca3a582e5aec07b92c994bfbe78b09855 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/1223 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/asus/dsbf/chip.h')
-rw-r--r--src/mainboard/asus/dsbf/chip.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/asus/dsbf/chip.h b/src/mainboard/asus/dsbf/chip.h
new file mode 100644
index 0000000000..70f9bb43a6
--- /dev/null
+++ b/src/mainboard/asus/dsbf/chip.h
@@ -0,0 +1,21 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (c) 2011 Sven Schnelle <svens@stackframe.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+extern struct chip_operations mainboard_ops;
+struct mainboard_config {};