aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/bachmann/ot200/chip.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2012-07-13 11:36:08 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2012-07-13 14:34:31 +0200
commit86f992c38a2b64619d924adf66d77f4fe8494b81 (patch)
tree9307469cfad249f31ec7e3143a655958bb29dc67 /src/mainboard/bachmann/ot200/chip.h
parent42b808e889b32344977fa067120ea02fa803e9a4 (diff)
Add preliminary support for Bachmann electronic OT200
Linux boots fine :) Change-Id: Ifda06e5220666534b87f528deae16d8b956c32b3 Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-on: http://review.coreboot.org/1225 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/bachmann/ot200/chip.h')
-rw-r--r--src/mainboard/bachmann/ot200/chip.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mainboard/bachmann/ot200/chip.h b/src/mainboard/bachmann/ot200/chip.h
new file mode 100644
index 0000000000..6acb1ff27e
--- /dev/null
+++ b/src/mainboard/bachmann/ot200/chip.h
@@ -0,0 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2012 Bachmann electronic GmbH
+ *
+ * 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; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 {};