X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fdsp5680xx.h;h=842796bc7f7fdf0be33209e996dbd8e2aed411e9;hb=bda2d7371874569cd5232580a3602dd56083a304;hp=f212d4adb1ea59c22871f915054dd75c0df8fce4;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/dsp5680xx.h b/src/target/dsp5680xx.h index f212d4adb1..842796bc7f 100644 --- a/src/target/dsp5680xx.h +++ b/src/target/dsp5680xx.h @@ -19,8 +19,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef DSP5680XX_H -#define DSP5680XX_H +#ifndef OPENOCD_TARGET_DSP5680XX_H +#define OPENOCD_TARGET_DSP5680XX_H #include @@ -379,4 +379,4 @@ int dsp5680xx_f_lock(struct target *target); */ int dsp5680xx_f_unlock(struct target *target); -#endif /* DSP5680XX_H */ +#endif /* OPENOCD_TARGET_DSP5680XX_H */