68 #ifndef __S2_BLKARRAY_LIST_H__
69 #define __S2_BLKARRAY_LIST_H__
100 #define blkarray_list_ptr(l,r,c) ((l)->ptr[r][c])
101 #define blkarray_list_maxblks(l) ((l)->maxblks)
102 #define blkarray_list_blksize(l) ((l)->blksize)
103 #define blkarray_list_n_valid(l) ((l)->n_valid)
104 #define blkarray_list_cur_row(l) ((l)->cur_row)
105 #define blkarray_list_cur_row_free(l) ((l)->cur_row_free)