diff options
author | Juhana Helovuo <juhe@iki.fi> | 2010-09-13 14:51:26 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-09-13 14:51:26 +0000 |
commit | d09d1f7846d546f1790cd9db107014ffec92cc27 (patch) | |
tree | f646f0dbc8301fbd1c560952fdff996ff8861794 /src/mainboard/asus/m4a785-m/chip.h | |
parent | 6c029e6963eed378f80eeaebd5cbc7827c5d5c9f (diff) |
Add support for Asus M4A785-M.
Signed-off-by: Juhana Helovuo <juhe@iki.fi>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5809 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/m4a785-m/chip.h')
-rw-r--r-- | src/mainboard/asus/m4a785-m/chip.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mainboard/asus/m4a785-m/chip.h b/src/mainboard/asus/m4a785-m/chip.h new file mode 100644 index 0000000000..a98b97e98c --- /dev/null +++ b/src/mainboard/asus/m4a785-m/chip.h @@ -0,0 +1,23 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2010 Advanced Micro Devices, Inc. + * + * 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 {}; |