X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm_simulator.h;h=5bdbf562cc33357866f32c1fccd3e80b72f81437;hb=2830008be0f782f22e09f6ecd1764e168560de40;hp=8db1817a6b13cb488b2450ff6d1a4603f9d21017;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git 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 */