Remove address from GPLv2 headers
[coreboot.git] / src / northbridge / amd / amdk8 / acpi.h
bloba9c2ded67f036ad9668ae71bb96b3299d1e43538
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc.
20 #ifndef AMDK8_ACPI_H
21 #define AMDK8_ACPI_H
22 #include <arch/acpigen.h>
24 void k8acpi_write_vars(void);
25 unsigned long northbridge_write_acpi_tables(unsigned long start, acpi_rsdp_t *rsdp);
27 #endif