Make #include guard naming consistent
[fw/openocd] / src / helper / types.h
index 6f5a32579fa53f6ff35dc5a38c62e7468cf88998..1854ba85bee2deff7bed3ce6e039b509e5af7870 100644 (file)
@@ -18,8 +18,9 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
-#ifndef TYPES_H
-#define TYPES_H
+
+#ifndef OPENOCD_HELPER_TYPES_H
+#define OPENOCD_HELPER_TYPES_H
 
 #include <stddef.h>
 #ifdef HAVE_SYS_TYPES_H
@@ -336,4 +337,4 @@ typedef uint64_t uintmax_t;
 
 #endif
 
-#endif /* TYPES_H */
+#endif /* OPENOCD_HELPER_TYPES_H */