Transform 'u32' to 'uint32_t' in src/target/arm*
[fw/openocd] / src / target / arm_simulator.h
index 7894873043a75184ddf407f84d2ff3f134c9c6a6..971b492fe8986ec8c61eefc6cb03609fb9c60414 100644 (file)
 #ifndef ARM_SIMULATOR_H
 #define ARM_SIMULATOR_H
 
-#include "target.h"
 #include "types.h"
 
-extern int arm_simulate_step(target_t *target, u32 *dry_run_pc);
+struct target_s;
 
+extern int arm_simulate_step(struct target_s *target, uint32_t *dry_run_pc);
 
 #define ERROR_ARM_SIMULATOR_NOT_IMPLEMENTED    (-700)