Rev 4343 | Rev 4345 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4343 | Rev 4344 | ||
|---|---|---|---|
| Line 154... | Line 154... | ||
| 154 | * |
154 | * |
| 155 | */ |
155 | */ |
| 156 | void arch_grab_console(void) |
156 | void arch_grab_console(void) |
| 157 | { |
157 | { |
| 158 | fb_redraw(); |
158 | fb_redraw(); |
| 159 | cuda_grab(); |
- | |
| 160 | } |
159 | } |
| 161 | 160 | ||
| 162 | /** Return console to userspace |
161 | /** Return console to userspace |
| 163 | * |
162 | * |
| 164 | */ |
163 | */ |
| 165 | void arch_release_console(void) |
164 | void arch_release_console(void) |
| 166 | { |
165 | { |
| 167 | cuda_release(); |
- | |
| 168 | } |
166 | } |
| 169 | 167 | ||
| 170 | /** Construct function pointer |
168 | /** Construct function pointer |
| 171 | * |
169 | * |
| 172 | * @param fptr function pointer structure |
170 | * @param fptr function pointer structure |