summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-10 18:26:13 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-11 11:53:22 -0800
commite9974316027097ff7984924676d70d33b7b674ed (patch)
treeec5da743b94a9da3e8baf77ccbc3e453340a1c28 /src/target/cortex_a8.h
parentca594adb5a71f2bf60c1380172b8e61b075d9479 (diff)
downloadopenocd+libswd-e9974316027097ff7984924676d70d33b7b674ed.tar.gz
openocd+libswd-e9974316027097ff7984924676d70d33b7b674ed.tar.bz2
openocd+libswd-e9974316027097ff7984924676d70d33b7b674ed.tar.xz
openocd+libswd-e9974316027097ff7984924676d70d33b7b674ed.zip
cortex_a8: remove declarations, use static keyword
Diffstat (limited to 'src/target/cortex_a8.h')
-rw-r--r--src/target/cortex_a8.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h
index 42cb0624..869a6f5a 100644
--- a/src/target/cortex_a8.h
+++ b/src/target/cortex_a8.h
@@ -145,11 +145,5 @@ target_to_cortex_a8(struct target_s *target)
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,
- uint32_t address, uint32_t size,
- uint32_t count, uint8_t *buffer);
-int cortex_a8_write_memory(struct target_s *target,
- uint32_t address, uint32_t size,
- uint32_t count, uint8_t *buffer);
#endif /* CORTEX_A8_H */