Rev 1283 | Rev 1378 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1283 | Rev 1374 | ||
|---|---|---|---|
| Line 138... | Line 138... | ||
| 138 | { |
138 | { |
| 139 | } |
139 | } |
| 140 | 140 | ||
| 141 | void cpu_halt(void); |
141 | void cpu_halt(void); |
| 142 | void asm_delay_loop(__u32 t); |
142 | void asm_delay_loop(__u32 t); |
| - | 143 | void invalidate_bat(void); |
|
| 143 | 144 | ||
| 144 | extern void userspace_asm(__address uspace_uarg, __address stack, __address entry); |
145 | extern void userspace_asm(__address uspace_uarg, __address stack, __address entry); |
| 145 | 146 | ||
| 146 | #endif |
147 | #endif |