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