. pci driver now returns devices, even when they have been pci_reserve()d
[minix3.git] / lib / posix / _cfgetospeed.c
blob10bbda963dfbd818a290ff476a0fb63eaf8563a5
1 /*
2 posix/_cfgetospeed
4 Created: June 11, 1993 by Philip Homburg
5 */
7 #include <termios.h>
9 speed_t _cfgetospeed(const struct termios *termios_p)
11 return termios_p->c_ospeed;