Rev 1078 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1078 | Rev 1122 | ||
|---|---|---|---|
| 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, __address uspace_uarg); |
60 | extern void userspace_asm(__address ustack, __address uspace_uarg, |
| - | 61 | __address entry); |
|
| 61 | 62 | ||
| 62 | #endif |
63 | #endif |