Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3150 → Rev 3001

/branches/dynload/kernel/generic/include/mm/as.h
304,7 → 304,6
* This flags is passed when running the loader, otherwise elf_load()
* would return with a EE_LOADER error code.
*/
#define ELD_F_NONE 0
#define ELD_F_LOADER 1
 
extern unsigned int elf_load(elf_header_t *header, as_t *as, int flags);