Rev 1787 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1787 | Rev 2000 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | /** |
33 | /** |
| 34 | * @file |
34 | * @file |
| 35 | * @brief Backend for address space areas backed by an ELF image. |
35 | * @brief Backend for address space areas backed by an ELF image. |
| 36 | */ |
36 | */ |
| 37 | 37 | ||
| 38 | #include <elf.h> |
38 | #include <lib/elf.h> |
| 39 | #include <debug.h> |
39 | #include <debug.h> |
| 40 | #include <arch/types.h> |
40 | #include <arch/types.h> |
| 41 | #include <typedefs.h> |
41 | #include <typedefs.h> |
| 42 | #include <mm/as.h> |
42 | #include <mm/as.h> |
| 43 | #include <mm/frame.h> |
43 | #include <mm/frame.h> |