X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm966e.h;h=7169820bae2d93e08ff266e459e317c096127672;hp=d4624f6c66e8750f87d75291fee64884a5b18416;hb=45af9d83c90134ec929599bf4a05360e8bd1e8be;hpb=4fc97d3f2726efa147cfdb0c456eace51550e1e3 diff --git a/src/target/arm966e.h b/src/target/arm966e.h index d4624f6c66..7169820bae 100644 --- a/src/target/arm966e.h +++ b/src/target/arm966e.h @@ -35,4 +35,7 @@ typedef struct arm966e_common_s u32 cp15_control_reg; } arm966e_common_t; +extern int arm966e_read_cp15(target_t *target, int reg_addr, u32 *value); +extern int arm966e_write_cp15(target_t *target, int reg_addr, u32 value); + #endif /* ARM966E_H */