Finish move of architecture-specific header files, with modifications to the header paths as required.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@688 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-03-14 13:54:45 +00:00
committed by Mark Cave-Ayland
parent 04a412a7f5
commit 259edb2d3b
11 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
#include "libc/vsprintf.h" #include "libc/vsprintf.h"
#define NO_QEMU_PROTOS #define NO_QEMU_PROTOS
#include "openbios/fw_cfg.h" #include "openbios/fw_cfg.h"
#include "ppc/processor.h" #include "arch/ppc/processor.h"
#define UUID_FMT "%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x" #define UUID_FMT "%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x"

View File

@@ -24,7 +24,7 @@
#include "libc/string.h" #include "libc/string.h"
#include "qemu/qemu.h" #include "qemu/qemu.h"
#include "ofmem.h" #include "ofmem.h"
#include "ppc/processor.h" #include "arch/ppc/processor.h"
/************************************************************************/ /************************************************************************/
/* RTAS (run-time abstraction services) */ /* RTAS (run-time abstraction services) */

View File

@@ -30,7 +30,7 @@
#include "openbios/kernel.h" #include "openbios/kernel.h"
#include "dict.h" #include "dict.h"
#include "openbios/stack.h" #include "openbios/stack.h"
#include "unix/plugins.h" #include "arch/unix/plugins.h"
#include "openbios/bindings.h" #include "openbios/bindings.h"
#include "openbios-version.h" #include "openbios-version.h"