mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
committed by
Mark Cave-Ayland
parent
04a412a7f5
commit
259edb2d3b
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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) */
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user