00001 #ifndef bufiodef_h 00002 #define bufiodef_h 00003 00004 #define BUFIO_K_64 -1 00005 #define BUFIO_K_HDRLEN32 12 00006 #define BUFIO_K_HDRLEN64 24 00007 00008 struct _bufio { 00009 void *bufio_ps_pktdata; 00010 void *bufio_ps_uva32; 00011 unsigned short int bufio_w_size; 00012 unsigned char bufio_b_type; 00013 char bufio_b_fill_1; 00014 int bufio_l_fill_2; 00015 void *bufio_pq_uva64; 00016 }; 00017 00018 #endif 00019 00020