Rev 534 | Rev 1122 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 1078 | ||
|---|---|---|---|
| Line 55... | Line 55... | ||
| 55 | return v; |
55 | return v; |
| 56 | } |
56 | } |
| 57 | 57 | ||
| 58 | extern void cpu_halt(void); |
58 | extern void cpu_halt(void); |
| 59 | extern void asm_delay_loop(__u32 t); |
59 | extern void asm_delay_loop(__u32 t); |
| 60 | extern void userspace_asm(__address ustack); |
60 | extern void userspace_asm(__address ustack, __address uspace_uarg); |
| 61 | 61 | ||
| 62 | #endif |
62 | #endif |