00001 #ifndef ttydef_h 00002 #define ttydef_h 00003 00004 #define TTY_K_WB_LENGTH 56 00005 #define TTY_C_WB_LENGTH 56 00006 #define TTY_S_TTYWBDEF 60 00007 00008 struct _twp { 00009 struct _twp *tty_l_wb_flink; 00010 struct _twp *tty_l_wb_blink; 00011 unsigned short int tty_w_wb_size; 00012 unsigned char tty_b_wb_type; 00013 unsigned char tty_b_wb_flck; 00014 void (*tty_l_wb_fpc)(); 00015 unsigned long long tty_q_wb_fr3; 00016 unsigned long long tty_q_wb_fr4; 00017 void *tty_l_wb_map; 00018 void *tty_l_wb_next; 00019 void *tty_l_wb_end; 00020 struct _irp *tty_l_wb_irp; 00021 unsigned short int tty_w_wb_status; 00022 unsigned short int tty_w_wb_bcnt; 00023 int (*tty_l_wb_retaddr)(); 00024 void *tty_l_wb_data; 00025 }; 00026 00027 #endif 00028