]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/dpaax/dpaa_list.h
ring: update ring size doxygen comments
[dpdk.git] / drivers / common / dpaax / dpaa_list.h
index e94575982bc8d16f0fc5d625d4560ed7097115cd..319a3562ab91e3ff049b4f9fa058a1fa19f1464e 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); \