Rev 1396 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1396 | Rev 1474 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | serial_console(); |
40 | serial_console(); |
41 | } else { |
41 | } else { |
42 | msim_console(); |
42 | msim_console(); |
43 | } |
43 | } |
44 | } |
44 | } |
- | 45 | ||
- | 46 | /** Acquire console back for kernel |
|
- | 47 | * |
|
- | 48 | */ |
|
- | 49 | void arch_grab_console(void) |
|
- | 50 | { |
|
- | 51 | msim_kbd_grab(); |
|
- | 52 | } |
|
- | 53 | /** Return console to userspace |
|
- | 54 | * |
|
- | 55 | */ |
|
- | 56 | void arch_release_console(void) |
|
- | 57 | { |
|
- | 58 | msim_kbd_release(); |
|
- | 59 | } |