ring: update ring size doxygen comments
[dpdk.git] / drivers / common / dpaax / dpaa_list.h
index e945759..319a356 100644 (file)
@@ -35,6 +35,8 @@ do { \
        const struct list_head *__p298 = (p); \
        ((__p298->next == __p298) && (__p298->prev == __p298)); \
 })
+#define list_first_entry(ptr, type, member) \
+       list_entry((ptr)->next, type, member)
 #define list_add(p, l) \
 do { \
        struct list_head *__p298 = (p); \