summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/f.h
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-03-28 11:06:29 +0200
committerMartin Roth <martinroth@google.com>2017-04-17 17:22:41 +0200
commit1f8a28cbaea7bbebef4f4c626d1f0d094b76b151 (patch)
tree368c01bbd12387ff6325525c35621a387aabaee6 /src/northbridge/amd/amdk8/f.h
parent4c40229b4c242b0d699e0bf2adba7d7d95cceca3 (diff)
nb/amd/amdk8/exit_from_self.c: Use linker instead of include
Don't #include *. but use linker. Change-Id: I716b37e71ab3a4409709357f50f79e3149ede2b6 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/19027 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/northbridge/amd/amdk8/f.h')
-rw-r--r--src/northbridge/amd/amdk8/f.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/f.h b/src/northbridge/amd/amdk8/f.h
index db79fbf8d0..506a44970c 100644
--- a/src/northbridge/amd/amdk8/f.h
+++ b/src/northbridge/amd/amdk8/f.h
@@ -584,4 +584,6 @@ static inline void wait_all_core0_mem_trained(struct sys_info *sysinfo)
}
#endif
+void dqs_restore_MC_NVRAM(unsigned int dev);
+
#endif /* AMDK8_F_H */