00001 #ifndef wqhdef_h 00002 #define wqhdef_h 00003 00004 #define WQH_K_LENGTH 16 00005 #define WQH_C_LENGTH 16 00006 #define WQH_S_WQHDEF 16 00007 00008 struct _wqh { 00009 struct _wqh *wqh_l_wqfl; 00010 struct _wqh *wqh_l_wqbl; 00011 unsigned long wqh_l_wqcnt; 00012 unsigned long wqh_l_wqstate; 00013 }; 00014 00015 #endif 00016 00017