X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm966e.h;h=7169820bae2d93e08ff266e459e317c096127672;hp=d4624f6c66e8750f87d75291fee64884a5b18416;hb=ce8768f46345e3f88ca6f8f0b88603d79e22d89a;hpb=995326b6000773efd454e308d487dec0b9f564b5 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 */