Rev 3593 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3593 | Rev 3862 | ||
|---|---|---|---|
| Line 50... | Line 50... | ||
| 50 | #include <lib/elf.h> |
50 | #include <lib/elf.h> |
| 51 | #include <errno.h> |
51 | #include <errno.h> |
| 52 | #include <print.h> |
52 | #include <print.h> |
| 53 | #include <syscall/copy.h> |
53 | #include <syscall/copy.h> |
| 54 | #include <proc/program.h> |
54 | #include <proc/program.h> |
| - | 55 | #include <arch/asm.h> |
|
| 55 | 56 | ||
| 56 | #ifndef LOADED_PROG_STACK_PAGES_NO |
57 | #ifndef LOADED_PROG_STACK_PAGES_NO |
| 57 | #define LOADED_PROG_STACK_PAGES_NO 1 |
58 | #define LOADED_PROG_STACK_PAGES_NO 1 |
| 58 | #endif |
59 | #endif |
| 59 | 60 | ||