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

@@ -17,7 +17,7 @@
#ifndef _H_ELFLOAD
#define _H_ELFLOAD
#include "openbios/elf.h"
#include "arch/common/elf.h"
#include "asm/elf.h"
extern int is_elf( int fd, int offs );