From: Antonio Borneo Date: Thu, 27 May 2021 12:21:13 +0000 (+0200) Subject: helper/list.h: add mention to the example in contrib X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b9f4532eb76a987310bbc039230259ed175b8797;p=fw%2Fopenocd 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 Reviewed-on: http://openocd.zylin.com/6281 Tested-by: jenkins Reviewed-by: Tim Newsome --- diff --git a/src/helper/list.h b/src/helper/list.h index 0949636b9..a7cd4ad37 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. + * + * There is an example of using this file in contrib/list_example.c. */ #ifndef OPENOCD_HELPER_LIST_H