Subversion Repositories HelenOS

Rev

Rev 3001 | Rev 3403 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3001 Rev 3150
Line 302... Line 302...
302
 
302
 
303
/**
303
/**
304
 * This flags is passed when running the loader, otherwise elf_load()
304
 * This flags is passed when running the loader, otherwise elf_load()
305
 * would return with a EE_LOADER error code.
305
 * would return with a EE_LOADER error code.
306
 */
306
 */
-
 
307
#define ELD_F_NONE  0
307
#define ELD_F_LOADER    1
308
#define ELD_F_LOADER    1
308
 
309
 
309
extern unsigned int elf_load(elf_header_t *header, as_t *as, int flags);
310
extern unsigned int elf_load(elf_header_t *header, as_t *as, int flags);
310
 
311
 
311
/* Address space area related syscalls. */
312
/* Address space area related syscalls. */