00001 #ifndef ttytadef_h 00002 #define ttytadef_h 00003 00004 #define TTY_K_TA_RCLLEN 256 00005 #define TTY_S_TTYTADEF 284 00006 00007 struct _tt_type_ahd { 00008 int (*tty_l_ta_put)(); 00009 int (*tty_l_ta_get)(); 00010 unsigned short int tty_w_ta_size; 00011 unsigned char tty_b_ta_type; 00012 unsigned char tty_b_ta_spare1; 00013 unsigned short int tty_w_ta_inahd; 00014 unsigned short int tty_w_ta_rcloff; 00015 void *tty_l_ta_end; 00016 unsigned short int tty_w_ta_rclsiz; 00017 unsigned short int tty_w_ta_spare2; 00018 char tty_a_ta_rcl [256]; 00019 void *tty_l_ta_data; 00020 }; 00021 00022 #endif 00023 00024