diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2007-09-09 19:43:31 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-09 19:43:31 +0000 |
commit | cbc95f32fb1f3208dbf7cbe08ed1f19f96c28fe6 (patch) | |
tree | f950a2a79f12b6c893c55525bd3af596c9dfff81 /src/mainboard/pcengines/alix1c/chip.h | |
parent | 6226f13c11ce9b8daa0d18d5c3996b984cdbd6f0 (diff) |
Partial changes and fixup.
Removed reset.c and added copyright headers.
Remove debug.c. It is not used and should not be here.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2766 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/pcengines/alix1c/chip.h')
-rw-r--r-- | src/mainboard/pcengines/alix1c/chip.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mainboard/pcengines/alix1c/chip.h b/src/mainboard/pcengines/alix1c/chip.h index df1e92fc20..307fc416be 100644 --- a/src/mainboard/pcengines/alix1c/chip.h +++ b/src/mainboard/pcengines/alix1c/chip.h @@ -1,3 +1,22 @@ +/* + * This file is part of the LinuxBIOS project. + * + * Copyright (C) 2007 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 version 2 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_pcengines_alix1c_ops; struct mainboard_pcengines_alix1c_config { |