Rev 2927 | Rev 4338 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2927 | Rev 4337 | ||
|---|---|---|---|
| Line 208... | Line 208... | ||
| 208 | */ |
208 | */ |
| 209 | void arch_grab_console(void) |
209 | void arch_grab_console(void) |
| 210 | { |
210 | { |
| 211 | i8042_grab(); |
211 | i8042_grab(); |
| 212 | } |
212 | } |
| - | 213 | ||
| 213 | /** Return console to userspace |
214 | /** Return console to userspace |
| 214 | * |
215 | * |
| 215 | */ |
216 | */ |
| 216 | void arch_release_console(void) |
217 | void arch_release_console(void) |
| 217 | { |
218 | { |