]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[list] Add list_for_each_entry_safe_continue()
authorMichael Brown <mcb30@ipxe.org>
Tue, 13 Feb 2024 16:26:34 +0000 (16:26 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 14 Feb 2024 16:40:05 +0000 (16:40 +0000)
commite10dfe5dc7a5985333c85d6b196196b5cce9303a
tree49e1ea4937eb76ea084838a4fd213960beed84c7
parent88b291d647686ac686a5614fdd7be92b48747360
[list] Add list_for_each_entry_safe_continue()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/list.h
src/tests/list_test.c