X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Fioutil.h;h=f060aab0906e1be328a465a8ef578a560385c6bb;hb=69ff7354d9c9accf09374772310098f1f00e8ccb;hp=e79b2e070923d21466d89107f8a6586108c1783b;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/helper/ioutil.h b/src/helper/ioutil.h index e79b2e0709..f060aab090 100644 --- a/src/helper/ioutil.h +++ b/src/helper/ioutil.h @@ -15,11 +15,11 @@ * along with this program. If not, see . * ***************************************************************************/ -#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 */