Subversion Repositories HelenOS

Rev

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 48... Line 48...
48
#include <unistd.h>
48
#include <unistd.h>
49
#include <fcntl.h>
49
#include <fcntl.h>
50
#include <sys/types.h>
50
#include <sys/types.h>
51
#include <ipc/ipc.h>
51
#include <ipc/ipc.h>
52
#include <ipc/loader.h>
52
#include <ipc/loader.h>
-
 
53
#include <loader/pcb.h>
53
#include <errno.h>
54
#include <errno.h>
54
#include <async.h>
55
#include <async.h>
55
#include <as.h>
56
#include <as.h>
56
 
57
 
57
#include <elf.h>
58
#include <elf.h>
58
#include <elf_load.h>
59
#include <elf_load.h>
59
#include <pcb.h>
60
#include <arch/pcb.h>
60
 
61
 
61
/**
62
/**
62
 * Bias used for loading the dynamic linker. This will be soon replaced
63
 * Bias used for loading the dynamic linker. This will be soon replaced
63
 * by automatic placement.
64
 * by automatic placement.
64
 */
65
 */