Rev 3157 | Rev 3169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3157 | Rev 3160 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #ifndef ELF_LOAD_H_ |
36 | #ifndef ELF_LOAD_H_ |
37 | #define ELF_LOAD_H_ |
37 | #define ELF_LOAD_H_ |
38 | 38 | ||
39 | #include <arch/elf.h> |
39 | #include <arch/elf.h> |
40 | #include <sys/types.h> |
40 | #include <sys/types.h> |
- | 41 | #include <loader/pcb.h> |
|
41 | 42 | ||
42 | #include "elf.h" |
43 | #include "elf.h" |
43 | #include "pcb.h" |
- | |
44 | 44 | ||
45 | /** |
45 | /** |
46 | * Some data extracted from the headers are stored here |
46 | * Some data extracted from the headers are stored here |
47 | */ |
47 | */ |
48 | typedef struct { |
48 | typedef struct { |