Subversion Repositories HelenOS

Rev

Rev 3397 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3397 Rev 3862
Line 35... Line 35...
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 <lib/elf.h>
38
#include <lib/elf.h>
39
#include <debug.h>
39
#include <debug.h>
-
 
40
#include <arch/asm.h>
40
#include <arch/types.h>
41
#include <arch/types.h>
41
#include <mm/as.h>
42
#include <mm/as.h>
42
#include <mm/frame.h>
43
#include <mm/frame.h>
43
#include <mm/slab.h>
44
#include <mm/slab.h>
44
#include <mm/page.h>
45
#include <mm/page.h>