X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Flist.h;h=6fd0e7ca712c95132a6f695f3b52055633dc7fef;hb=5be455a710c57bbbbd49c2d671b42098db7be5dc;hp=302b91097b5d655343d6fe5e6ced84d58413436c;hpb=6d639b09f0e3ef0c1cc38606a851e6ae9a4f4e30;p=openocd.git diff --git a/src/helper/list.h b/src/helper/list.h index 302b91097b..6fd0e7ca71 100644 --- a/src/helper/list.h +++ b/src/helper/list.h @@ -1,5 +1,5 @@ -#ifndef _LINUX_LIST_H -#define _LINUX_LIST_H +#ifndef OPENOCD_HELPER_LIST_H +#define OPENOCD_HELPER_LIST_H /* begin local changes */ #include @@ -734,4 +734,4 @@ static inline void hlist_move_list(struct hlist_head *old, ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; }); \ pos = n) -#endif +#endif /* OPENOCD_HELPER_LIST_H */