summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/cortex_a8.h')
-rw-r--r--src/target/cortex_a8.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h
index 131cddbf..87288422 100644
--- a/src/target/cortex_a8.h
+++ b/src/target/cortex_a8.h
@@ -82,14 +82,14 @@ extern char* cortex_a8_state_strings[];
#define DSCR_DTR_TX_FULL 29
#define DSCR_DTR_RX_FULL 30
-typedef struct cortex_a8_brp_s
+struct cortex_a8_brp
{
int used;
int type;
uint32_t value;
uint32_t control;
uint8_t BRPn;
-} cortex_a8_brp_t;
+};
typedef struct cortex_a8_wrp_s
{
@@ -119,7 +119,7 @@ struct cortex_a8_common
int brp_num;
int brp_num_available;
// int brp_enabled;
- cortex_a8_brp_t *brp_list;
+ struct cortex_a8_brp *brp_list;
/* Watchpoint register pairs */
int wrp_num;