summaryrefslogtreecommitdiff
path: root/src/target/arm966e.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm966e.h')
-rw-r--r--src/target/arm966e.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/arm966e.h b/src/target/arm966e.h
index d4624f6c..7169820b 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 */