X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Favrt.h;h=221f9240e2049d645697eef51866a1f093530d50;hb=ecd5e5de7f34f4255f4482c66c7c3ddfca0f4804;hp=145f836f1a79496e1ba4d03cbf15895cc1a39bb6;hpb=e7f65c5a116802c4e510fe212b26e9a020de0b3e;p=fw%2Fopenocd diff --git a/src/target/avrt.h b/src/target/avrt.h index 145f836f1..221f9240e 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -20,7 +20,7 @@ #ifndef AVRT_H #define AVRT_H -#include "jtag.h" +#include struct mcu_jtag { @@ -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 */