From decd417064b63c8eda69ad523a63fefd22036d16 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sun, 20 Jun 2010 12:52:07 +0800 Subject: target/avr: review scope of symbols Add "static" qualifier to private functions. Move duplicated global declarations from "target/avrt.c" and "nor/avrf.c" to "target/avrt.h". Remove unused declarations form "nor/avrf.c". Signed-off-by: Antonio Borneo --- src/target/avrt.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/target/avrt.h') diff --git a/src/target/avrt.h b/src/target/avrt.h index 221296a9..221f9240 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -32,4 +32,9 @@ struct avr_common struct mcu_jtag jtag_info; }; +int mcu_execute_queue(void); +int avr_jtag_sendinstr(struct jtag_tap *tap, uint8_t *ir_in, uint8_t ir_out); +int avr_jtag_senddat(struct jtag_tap *tap, uint32_t *dr_in, uint32_t dr_out, + int len); + #endif /* AVRT_H */ -- cgit v1.2.3