Rev 1007 | Rev 1267 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1007 | Rev 1220 | ||
---|---|---|---|
Line 130... | Line 130... | ||
130 | } |
130 | } |
131 | 131 | ||
132 | void cpu_halt(void); |
132 | void cpu_halt(void); |
133 | void asm_delay_loop(__u32 t); |
133 | void asm_delay_loop(__u32 t); |
134 | 134 | ||
- | 135 | extern void userspace_asm(__address uspace_uarg, __address stack, __address entry); |
|
- | 136 | ||
135 | #endif |
137 | #endif |