Rev 3157 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3157 | Rev 3169 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | */ |
34 | */ |
| 35 | 35 | ||
| 36 | #ifndef ILOADER_ARCH_H_ |
36 | #ifndef ILOADER_ARCH_H_ |
| 37 | #define ILOADER_ARCH_H_ |
37 | #define ILOADER_ARCH_H_ |
| 38 | 38 | ||
| 39 | void program_run(void *entry_point); |
39 | void program_run(void *entry_point, void *pcb); |
| 40 | 40 | ||
| 41 | #endif |
41 | #endif |
| 42 | 42 | ||
| 43 | /** |
43 | /** |
| 44 | * @} |
44 | * @} |