X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fmips_ejtag.h;h=6ef08675da70ad7bc884cb56e095fd1e274804c0;hp=603a02d4b2e828974350a89ad16d66293fb0ca38;hb=5be455a710c57bbbbd49c2d671b42098db7be5dc;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69 diff --git a/src/target/mips_ejtag.h b/src/target/mips_ejtag.h index 603a02d4b2..6ef08675da 100644 --- a/src/target/mips_ejtag.h +++ b/src/target/mips_ejtag.h @@ -18,8 +18,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef MIPS_EJTAG -#define MIPS_EJTAG +#ifndef OPENOCD_TARGET_MIPS_EJTAG_H +#define OPENOCD_TARGET_MIPS_EJTAG_H #include @@ -232,4 +232,4 @@ static inline void mips_le_to_h_u32(jtag_callback_data_t arg) *((uint32_t *)arg) = le_to_h_u32(in); } -#endif /* MIPS_EJTAG */ +#endif /* OPENOCD_TARGET_MIPS_EJTAG_H */