Rev 952 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 952 | Rev 1425 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | #ifndef __ELF_H__ |
29 | #ifndef __ELF_H__ |
| 30 | #define __ELF_H__ |
30 | #define __ELF_H__ |
| 31 | 31 | ||
| 32 | #include <arch/elf.h> |
32 | #include <arch/elf.h> |
| 33 | #include <arch/types.h> |
33 | #include <arch/types.h> |
| 34 | #include <mm/as.h> |
34 | #include <typedefs.h> |
| 35 | 35 | ||
| 36 | /** |
36 | /** |
| 37 | * current ELF version |
37 | * current ELF version |
| 38 | */ |
38 | */ |
| 39 | #define EV_CURRENT 1 |
39 | #define EV_CURRENT 1 |