X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftarget%2Fcortex_a8.h;h=8e0a45e3307ce6552e13419a9c3e9484b75599de;hb=86173cdbddde781b19ac630602f2d450a59b32b5;hp=9ef1e1460cd58ed4e71c2fddb3eedc616a659b3a;hpb=8f9f5c189bc64c8cd8a14b4dfb156e3382ca050a;p=openocd.git diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h index 9ef1e1460c..8e0a45e330 100644 --- a/src/target/cortex_a8.h +++ b/src/target/cortex_a8.h @@ -93,7 +93,7 @@ typedef struct cortex_a8_common_s } cortex_a8_common_t; extern int cortex_a8_init_arch_info(target_t *target, cortex_a8_common_t *cortex_a8, jtag_tap_t *tap); -int cortex_a8_read_memory(struct target_s *target, u32 address, u32 size, u32 count, u8 *buffer); -int cortex_a8_write_memory(struct target_s *target, u32 address, u32 size, u32 count, u8 *buffer); +int cortex_a8_read_memory(struct target_s *target, u32 address, u32 size, u32 count, uint8_t *buffer); +int cortex_a8_write_memory(struct target_s *target, u32 address, u32 size, u32 count, uint8_t *buffer); #endif /* CORTEX_A8_H */