00001 #ifndef qscsedef_h 00002 #define qscsedef_h 00003 00004 #define QSCSE_M_SYNCH_PENDING 0x1 00005 #define QSCSE_M_REBUILD 0x2 00006 00007 struct _qscse { 00008 struct _qscse *qscse_ps_flink; 00009 struct _qscse *qscse_ps_blink; 00010 unsigned short int qscse_w_size; 00011 unsigned char qscse_b_type; 00012 unsigned char qscse_b_subtype; 00013 unsigned int qscse_l_flags; 00014 void *qscse_ps_item; 00015 char qscse_b_fill_0_ [4]; 00016 }; 00017 00018 #define QSCSE_C_LENGTH 24 00019 #define QSCSE_K_LENGTH 24 00020 00021 #define QSCSE_S_QSCSE 24 00022 00023 #endif 00024 00025