00001 #ifndef ptddef_h 00002 #define ptddef_h 00003 00004 #define PTD_C_SEND_XON 0 00005 #define PTD_C_SEND_BELL 1 00006 #define PTD_C_SEND_XOFF 2 00007 #define PTD_C_STOP_OUTPUT 3 00008 #define PTD_C_RESUME_OUTPUT 4 00009 #define PTD_C_CHAR_CHANGED 5 00010 #define PTD_C_ABORT_OUTPUT 6 00011 #define PTD_C_START_READ 7 00012 #define PTD_C_MIDDLE_READ 8 00013 #define PTD_C_END_READ 9 00014 #define PTD_C_ENABLE_READ 10 00015 #define PTD_C_DISABLE_READ 11 00016 #define PTD_C_MAX_EVENTS 12 00017 00018 #endif 00019 00020