Subversion Repositories HelenOS-historic

Rev

Rev 910 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 910 Rev 938
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __ia32_ELF_H__
29
#ifndef __ia32_ELF_H__
30
#define __ia32_ELF_H__
30
#define __ia32_ELF_H__
31
 
31
 
32
#include <elf32.h>
-
 
33
 
-
 
34
#define ELF_MACHINE     EM_386
32
#define ELF_MACHINE     EM_386
35
#define ELF_DATA_ENCODING   ELFDATA2LSB
33
#define ELF_DATA_ENCODING   ELFDATA2LSB
36
#define ELF_CLASS       ELFCLASS32
34
#define ELF_CLASS       ELFCLASS32
37
 
35
 
38
/*
-
 
39
 * Main ELF loader function
-
 
40
 */
-
 
41
#define elf_load(header, as) elf32_load(header, as)
-
 
42
 
-
 
43
#endif
36
#endif