Move the a.out, ELF and XCOFF header files down into include/arch/common.

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


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@694 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-03-14 17:06:20 +00:00
committed by Mark Cave-Ayland
parent f84dd73af4
commit 02896c11fd
17 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
/* Support for ELF Boot Proposal as a boot image */
#include "openbios/config.h"
#include "elf_boot.h"
#include "arch/common/elf_boot.h"
#include "libopenbios/sys_info.h"
#include "asm/io.h"
#include "libopenbios/ipchecksum.h"