]> git.sur5r.net Git - openocd/blobdiff - src/target/arm7_9_common.h
David Brownell <david-b@pacbell.net> whitespace fixes. Testing out on one file first...
[openocd] / src / target / arm7_9_common.h
index 3cf905119a79a7d031081536577ec698f125bc2d..9b497edce385b72f530b8b96d1007fccb9246383 100644 (file)
@@ -40,7 +40,7 @@
 
 typedef struct arm7_9_common_s
 {
-       int common_magic;
+       u32 common_magic;
        
        arm_jtag_t jtag_info;
        reg_cache_t *eice_cache;
@@ -127,7 +127,6 @@ int arm7_9_soft_reset_halt(struct target_s *target);
 int arm7_9_prepare_reset_halt(struct target_s *target);
 
 int arm7_9_halt(target_t *target);
-int arm7_9_debug_entry(target_t *target);
 int arm7_9_full_context(target_t *target);
 int arm7_9_restore_context(target_t *target);
 int arm7_9_resume(struct target_s *target, int current, u32 address, int handle_breakpoints, int debug_execution);