X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fnds32.h;h=e4161e93b9086222d863f0ab092880f12d72988a;hb=48768db9d6420013ccd88107a67de85fdcd5bbd8;hp=fe5ee00edcafc99ea4c0ddb3b8e6f1ea43eb92a5;hpb=24dd226e896a84391a3da383d6a0b542e9934f53;p=openocd.git diff --git a/src/target/nds32.h b/src/target/nds32.h index fe5ee00edc..e4161e93b9 100644 --- a/src/target/nds32.h +++ b/src/target/nds32.h @@ -362,8 +362,7 @@ struct nds32 { struct nds32_reg { int32_t num; - uint32_t value; - uint64_t value_64; + uint8_t value[8]; struct target *target; struct nds32 *nds32; bool enable; @@ -391,8 +390,6 @@ extern int nds32_write_buffer(struct target *target, uint32_t address, uint32_t size, const uint8_t *buffer); extern int nds32_read_buffer(struct target *target, uint32_t address, uint32_t size, uint8_t *buffer); -extern int nds32_bulk_write_memory(struct target *target, - uint32_t address, uint32_t count, const uint8_t *buffer); extern int nds32_read_memory(struct target *target, uint32_t address, uint32_t size, uint32_t count, uint8_t *buffer); extern int nds32_write_memory(struct target *target, uint32_t address,