]> git.gag.com Git - fw/openocd/blobdiff - src/helper/ioutil.h
Make #include guard naming consistent
[fw/openocd] / src / helper / ioutil.h
index e79b2e070923d21466d89107f8a6586108c1783b..f060aab0906e1be328a465a8ef578a560385c6bb 100644 (file)
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef HELPER_IOUTILS_H
-#define HELPER_IOUTILS_H
+#ifndef OPENOCD_HELPER_IOUTIL_H
+#define OPENOCD_HELPER_IOUTIL_H
 
 struct command_context;
 
 int ioutil_init(struct command_context *cmd_ctx);
 
-#endif /* HELPER_IOUTILS_H */
+#endif /* OPENOCD_HELPER_IOUTIL_H */