taglinefilesource code
scc_std_termios272drivers/char/scc.cstatic struct termios scc_std_termios;
scc_std_termios2670drivers/char/scc.cmemset(&scc_std_termios, 0, sizeof(struct termios));
scc_std_termios2679drivers/char/scc.cscc_driver.init_termios = scc_std_termios;