Make #include guard naming consistent
[fw/openocd] / src / helper / list.h
index 302b91097b5d655343d6fe5e6ced84d58413436c..6fd0e7ca712c95132a6f695f3b52055633dc7fef 100644 (file)
@@ -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 <helper/types.h>
@@ -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 */