diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2021-05-27 14:21:13 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2021-06-04 17:41:57 +0100 |
commit | b9f4532eb76a987310bbc039230259ed175b8797 (patch) | |
tree | 495277d26139d00bc40d850dc3e1c97a20342ae3 /src/helper | |
parent | 6b94d2983171b8421f841ecd0a4fd2d2aa98262e (diff) | |
download | riscv-openocd-b9f4532eb76a987310bbc039230259ed175b8797.zip riscv-openocd-b9f4532eb76a987310bbc039230259ed175b8797.tar.gz riscv-openocd-b9f4532eb76a987310bbc039230259ed175b8797.tar.bz2 |
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.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6281
Tested-by: jenkins
Reviewed-by: Tim Newsome <tim@sifive.com>
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/list.h b/src/helper/list.h index 0949636..a7cd4ad 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 |