1 2 3 4 5 6
#include <asm-generic/termbits.h> speed_t cfgetospeed(const struct termios *termios_p) { return termios_p->c_cflag & CBAUD; }