aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv8_dpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv8_dpm.h')
-rw-r--r--src/target/armv8_dpm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/armv8_dpm.h b/src/target/armv8_dpm.h
index 416f4df0..6470461e 100644
--- a/src/target/armv8_dpm.h
+++ b/src/target/armv8_dpm.h
@@ -111,5 +111,6 @@ void armv8_dpm_report_wfar(struct arm_dpm *, uint64_t wfar);
#define PRSR_SDR (1 << 11)
void armv8_dpm_report_dscr(struct arm_dpm *dpm, uint32_t dcsr);
+enum arm_state armv8_dpm_get_core_state(struct arm_dpm *dpm);
#endif /* OPENOCD_TARGET_ARM_DPM_H */