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 <align.h>
48
#include <align.h>
49
#include <assert.h>
49
#include <assert.h>
50
#include <as.h>
50
#include <as.h>
51
#include <unistd.h>
51
#include <unistd.h>
52
#include <fcntl.h>
52
#include <fcntl.h>
-
 
53
#include <loader/pcb.h>
53
 
54
 
54
#include "elf.h"
55
#include "elf.h"
55
#include "pcb.h"
56
#include "arch/pcb.h"
56
#include "elf_load.h"
57
#include "elf_load.h"
57
#include "arch.h"
58
#include "arch.h"
58
 
59
 
59
static char *error_codes[] = {
60
static char *error_codes[] = {
60
    "no error",
61
    "no error",