#include "asm-generic/termbits-common.h" #include speed_t cfgetospeed(const struct termios *termios_p) { return termios_p->c_cflag & CBAUD; }