X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Ftarget%2Fnds32.h;h=eddfe7a052494e46128b9b1dd318db9d88232a11;hb=1e6970dafdccfec388d1a816c2019f9c6b26e338;hp=fe5ee00edcafc99ea4c0ddb3b8e6f1ea43eb92a5;hpb=24dd226e896a84391a3da383d6a0b542e9934f53;p=openocd diff --git a/src/target/nds32.h b/src/target/nds32.h index fe5ee00e..eddfe7a0 100644 --- a/src/target/nds32.h +++ b/src/target/nds32.h @@ -391,8 +391,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,