blob: 63968151b0445a850a5bb1f3b90cf52236765a15 [file] [log] [blame]
Rudolf Mareka1755332009-02-14 16:23:16 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz>
Timothy Pearson83abd812015-06-08 19:35:06 -05005 * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
Rudolf Mareka1755332009-02-14 16:23:16 +00006 *
7 * This program is free software; you can redistribute it and/or modify
Uwe Hermannc70e9fc2010-02-15 23:10:19 +00008 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
Rudolf Mareka1755332009-02-14 16:23:16 +000010 *
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.
Rudolf Mareka1755332009-02-14 16:23:16 +000015 */
Uwe Hermannc70e9fc2010-02-15 23:10:19 +000016
Vladimir Serbinenko47432542014-10-05 14:54:26 +020017#ifndef POWERNOW_H
18#define POWERNOW_H
Rudolf Mareka1755332009-02-14 16:23:16 +000019
Vladimir Serbinenkof8457982014-11-04 21:18:25 +010020void amd_generate_powernow(u32 pcontrol_blk, u8 plen, u8 onlyBSP);
Lee Leahy6d71a432017-03-07 15:24:16 -080021void amd_powernow_update_fadt(acpi_fadt_t *fadt);
Rudolf Mareka1755332009-02-14 16:23:16 +000022
23#endif