X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm11_dbgtap.h;fp=src%2Ftarget%2Farm11_dbgtap.h;h=be02484117d195e44afd81fae12a841d7ede9728;hb=7c66df13ef5e45c085786206ef061047b522c18e;hp=541434edc4ea00e502461601490907b0c9ff74d9;hpb=768502403ee0513d0e289c22b27c7296300fe39d;p=openocd.git diff --git a/src/target/arm11_dbgtap.h b/src/target/arm11_dbgtap.h index 541434edc4..be02484117 100644 --- a/src/target/arm11_dbgtap.h +++ b/src/target/arm11_dbgtap.h @@ -78,6 +78,7 @@ int arm11_read_memory_word(struct arm11_common *arm11, uint32_t address, uint32_t *result); int arm11_dpm_init(struct arm11_common *arm11, uint32_t didr); +void arm11_dpm_deinit(struct arm11_common *arm11); int arm11_bpwp_flush(struct arm11_common *arm11); #endif /* OPENOCD_TARGET_ARM11_DBGTAP_H */