00001 #ifndef ftvecdef_h 00002 #define ftvecdef_h 00003 00004 #include <ttyvecdef.h> 00005 00006 #define PORT_FT_LENGTH 100 00007 #define PORTS_FTVECDEF 100 00008 00009 struct _ft_vec { 00010 struct _tt_port portr_ft_tt_port; 00011 int (*port_ft_create)(); 00012 int (*port_ft_read)(); 00013 int (*port_ft_write)(); 00014 int (*port_ft_set_event)(); 00015 int (*port_ft_cancel)(); 00016 int (*port_ft_decterm_set)(); 00017 }; 00018 00019 #endif 00020 00021