aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/amd/powernow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cpu/amd/powernow.h')
-rw-r--r--src/include/cpu/amd/powernow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cpu/amd/powernow.h b/src/include/cpu/amd/powernow.h
index 5f749d00b8..fc1e8635e8 100644
--- a/src/include/cpu/amd/powernow.h
+++ b/src/include/cpu/amd/powernow.h
@@ -2,6 +2,7 @@
* This file is part of the coreboot project.
*
* Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz>
+ * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
*
* 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
@@ -17,5 +18,6 @@
#define POWERNOW_H
void amd_generate_powernow(u32 pcontrol_blk, u8 plen, u8 onlyBSP);
+void amd_powernow_update_fadt(acpi_fadt_t * fadt);
#endif