Update amdk8/util.c since __PRE_RAM__. Make node & link more unique.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4949 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson
2009-11-18 17:10:36 +00:00
parent 7a1e81a56f
commit 3aa5f6178a
2 changed files with 10 additions and 8 deletions

View File

@@ -8,6 +8,8 @@
#include "amdk8_pre_f.h"
#endif
#ifndef __PRE_RAM__
void showallroutes(int level, device_t dev);
#endif
#endif /* AMDK8_H */