X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fmips32_pracc.h;h=2ede5b28809f78cda6e00c8899bc01c966396940;hp=112110fcc1ea4803247c91899d01df37374a7260;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69 diff --git a/src/target/mips32_pracc.h b/src/target/mips32_pracc.h index 112110fcc1..2ede5b2880 100644 --- a/src/target/mips32_pracc.h +++ b/src/target/mips32_pracc.h @@ -21,8 +21,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef MIPS32_PRACC_H -#define MIPS32_PRACC_H +#ifndef OPENOCD_TARGET_MIPS32_PRACC_H +#define OPENOCD_TARGET_MIPS32_PRACC_H #include #include @@ -99,4 +99,4 @@ int mips32_cp0_read(struct mips_ejtag *ejtag_info, int mips32_cp0_write(struct mips_ejtag *ejtag_info, uint32_t val, uint32_t cp0_reg, uint32_t cp0_sel); -#endif +#endif /* OPENOCD_TARGET_MIPS32_PRACC_H */