commit | 5023bd7a804e09d0bf4937d8fecb5d85af6dba3c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 05 20:42:12 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 11 11:55:33 2016 +0800 |
tree | 4529a8c3d0d97c9348918f303fdefc841688e6e2 | |
parent | b91c6a1209e7da1a7f989d9ac35d0d8be0b7b710 [diff] |
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>