aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/a8v-e_se/chip.h
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2007-11-02 23:17:57 +0000
committerStefan Reinauer <stepan@openbios.org>2007-11-02 23:17:57 +0000
commit1a0025675fadb73219e6bfa3301af69dcb5f0b8b (patch)
tree1920b2aa4b5a5cf374272e441cb7e0d42ad028c0 /src/mainboard/asus/a8v-e_se/chip.h
parentb45bfabd2a11b0379ef9187bab7f48a24afbc8c9 (diff)
Asus A8V-E-SE support from Rudolf Marek
Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2934 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/a8v-e_se/chip.h')
-rw-r--r--src/mainboard/asus/a8v-e_se/chip.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/mainboard/asus/a8v-e_se/chip.h b/src/mainboard/asus/a8v-e_se/chip.h
new file mode 100644
index 0000000000..093acc2c38
--- /dev/null
+++ b/src/mainboard/asus/a8v-e_se/chip.h
@@ -0,0 +1,24 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License v2 as published by
+ * the Free Software Foundation.
+ *
+ * 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_asus_a8v_e_se_ops;
+
+struct mainboard_asus_a8v_e_se_config {
+
+};