Rev 919 | Rev 1488 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 919 | Rev 1078 | ||
|---|---|---|---|
| Line 256... | Line 256... | ||
| 256 | 256 | ||
| 257 | extern void cpu_halt(void); |
257 | extern void cpu_halt(void); |
| 258 | extern void cpu_sleep(void); |
258 | extern void cpu_sleep(void); |
| 259 | extern void asm_delay_loop(__u32 t); |
259 | extern void asm_delay_loop(__u32 t); |
| 260 | 260 | ||
| 261 | extern void switch_to_userspace(__address entry, __address sp, __address bsp, __u64 ipsr, __u64 rsc); |
261 | extern void switch_to_userspace(__address entry, __address sp, __address bsp, __address uspace_uarg, __u64 ipsr, __u64 rsc); |
| 262 | 262 | ||
| 263 | #endif |
263 | #endif |