X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fdsp563xx_once.h;h=da7f5e9b864986aee147ec77a224e81d7a10f39c;hb=57962f4d1c2db12dffa03c7357f5d7e0d8f71fb8;hp=f6d2ef1649b7d9e170b0e5a9d2daa8fe64666312;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/dsp563xx_once.h b/src/target/dsp563xx_once.h index f6d2ef1649..da7f5e9b86 100644 --- a/src/target/dsp563xx_once.h +++ b/src/target/dsp563xx_once.h @@ -16,8 +16,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef DSP563XX_ONCE_H -#define DSP563XX_ONCE_H +#ifndef OPENOCD_TARGET_DSP563XX_ONCE_H +#define OPENOCD_TARGET_DSP563XX_ONCE_H #include @@ -86,4 +86,4 @@ int dsp563xx_once_execute_sw_ir(struct jtag_tap *tap, int flush, uint32_t opcode /** double word instruction */ int dsp563xx_once_execute_dw_ir(struct jtag_tap *tap, int flush, uint32_t opcode, uint32_t operand); -#endif /* DSP563XX_ONCE_H */ +#endif /* OPENOCD_TARGET_DSP563XX_ONCE_H */