Searched refs:ptrtype (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/include/linux/ |
D | kfifo.h | 66 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \ argument 71 ptrtype *ptr; \ 72 const ptrtype *ptr_const; \ 75 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ argument 77 __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \ 84 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ argument 86 __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \
|