Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/serialport.h
00001 // Copyright (c) 2004 David Muse
00002 // See the COPYING file for more information.
00003 
00004         private:
00005 
00006                 bool    tcSetAttr(int32_t optional_actions,
00007                                         termios *termios_p);
00008                 bool    tcFlush(int32_t queue_selector);
00009                 bool    tcFlow(int32_t action);
00010 
00011                 serialportprivate       *pvt;