commit | 7ab0c2d690414446df78294726236f1e538db905 | [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 | e9ee7626810019b9e68c1065e4ba95906be54ec7 [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>