tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / supermicro / x7db8 / mainboard.c
bloba243940f461a71ac7a58633d905c908e7739c88c
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2011 Sven Schnelle <svens@stackframe.org>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; version 2 of
9 * the License.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
17 #include <console/console.h>
18 #include <device/device.h>
19 #include <arch/io.h>
20 #include <delay.h>
21 #include <device/pci_def.h>
22 #include <device/pci_ops.h>
23 #include <arch/io.h>
25 static void mainboard_enable(device_t dev)
29 struct chip_operations mainboard_ops = {
30 .enable_dev = mainboard_enable,