This is an automated email from Gerrit. Antonio Borneo (borneo.anto...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/6281
-- gerrit commit 5d1f59962102e3d4bfb9f381a6fe8812fc652f8b Author: Antonio Borneo <borneo.anto...@gmail.com> Date: Thu May 27 14:21:13 2021 +0200 helper/list.h: add mention to the example in contrib Without such reference, it could be difficult to find the example. Change-Id: Ia9ffb06bc1a45446c2c7b53197ab3400e1d8a9e9 Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com> diff --git a/src/helper/list.h b/src/helper/list.h index 0949636..4623d30 100644 --- a/src/helper/list.h +++ b/src/helper/list.h @@ -10,6 +10,8 @@ * list_prepare_entry; * - expand READ_ONCE, WRITE_ONCE, smp_load_acquire, smp_store_release; * - make comments compatible with doxygen. + * + * In contrib/list_example.c it's available an example for using this file. */ #ifndef OPENOCD_HELPER_LIST_H --