Fix includes for showallroutes.

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


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5346 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson
2010-04-02 20:14:21 +00:00
parent 7355c7590b
commit a4fa5ee88c
2 changed files with 2 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
#include "amdk8_pre_f.h"
#endif
#ifndef __PRE_RAM__
#ifndef __ROMCC__
void showallroutes(int level, device_t dev);
#endif