X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm_simulator.h;h=5bdbf562cc33357866f32c1fccd3e80b72f81437;hp=8db1817a6b13cb488b2450ff6d1a4603f9d21017;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69 diff --git a/src/target/arm_simulator.h b/src/target/arm_simulator.h index 8db1817a6b..5bdbf562cc 100644 --- a/src/target/arm_simulator.h +++ b/src/target/arm_simulator.h @@ -16,8 +16,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef ARM_SIMULATOR_H -#define ARM_SIMULATOR_H +#ifndef OPENOCD_TARGET_ARM_SIMULATOR_H +#define OPENOCD_TARGET_ARM_SIMULATOR_H struct target; @@ -36,4 +36,4 @@ struct arm_sim_interface { /* armv4_5 version */ int arm_simulate_step(struct target *target, uint32_t *dry_run_pc); -#endif /* ARM_SIMULATOR_H */ +#endif /* OPENOCD_TARGET_ARM_SIMULATOR_H */