···17171818extern void restore_current(void);19192020-static char con_name_jmc[] = "/obio/su@"; /* "/obio/su@0,3002f8"; */2121-#define CON_SIZE_JMC (sizeof(con_name_jmc))2222-2320/* Non blocking get character from console input device, returns -12421 * if no input was taken. This can be used for polling.2522 */