Home
last modified time | relevance | path

Searched hist:"5023 bd7a804e09d0bf4937d8fecb5d85af6dba3c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dlist.h5023bd7a804e09d0bf4937d8fecb5d85af6dba3c Thu Oct 06 02:42:12 UTC 2016 Simon Glass <sjg@chromium.org> list: Add list_last_entry() to find the last entry

We have list_first_entry() but in some cases it is useful to find the last
item added to the list. Add a macro for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>