Codebase list libfduserdata / a34670a
delete dup definition of FDUSERDATA Renzo Davoli 3 years ago
1 changed file(s) with 0 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2626 #define container_of(ptr, type, member) \
2727 ((type *)((char *)(ptr) - offsetof(type,member)))
2828 #endif
29
30 struct fduserdata_table;
31 typedef struct fduserdata_table FDUSERDATA;
3229
3330 struct fduserdata_item {
3431 struct fduserdata_item *next;