Changes in kernel/generic/include/mm/as.h [55b77d9:e16e2ba4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/as.h
r55b77d9 re16e2ba4 65 65 #include <arch/mm/as.h> 66 66 #include <arch/mm/asid.h> 67 #include <arch/istate.h> 67 68 #include <typedefs.h> 68 69 #include <synch/spinlock.h> … … 306 307 extern mem_backend_t phys_backend; 307 308 308 /**309 * This flags is passed when running the loader, otherwise elf_load()310 * would return with a EE_LOADER error code.311 *312 */313 #define ELD_F_NONE 0314 #define ELD_F_LOADER 1315 316 extern unsigned int elf_load(elf_header_t *, as_t *, unsigned int);317 318 309 /* Address space area related syscalls. */ 319 310 extern sysarg_t sys_as_area_create(uintptr_t, size_t, unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.