aboutsummaryrefslogtreecommitdiff
path: root/src/helper/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/list.h')
-rw-r--r--src/helper/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/list.h b/src/helper/list.h
index 47290c2..ba07f15 100644
--- a/src/helper/list.h
+++ b/src/helper/list.h
@@ -46,7 +46,7 @@ struct list_head {
#define LIST_HEAD_INIT(name) { &(name), &(name) }
-#define LIST_HEAD(name) \
+#define OOCD_LIST_HEAD(name) \
struct list_head name = LIST_HEAD_INIT(name)
static inline void