X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fjtag430.h;h=91c4ebab07bec2f24987d1aa82b9238e47692c6e;hp=7d38bc7b5801639f511195e7cb874467d310abe9;hb=5fb0341d348e101b30794945a6c91546e25e8e7b;hpb=1969a022e69bdac64a0d88de3d0ce88d79a27804 diff --git a/firmware/include/jtag430.h b/firmware/include/jtag430.h index 7d38bc7..91c4eba 100644 --- a/firmware/include/jtag430.h +++ b/firmware/include/jtag430.h @@ -3,9 +3,14 @@ \brief JTAG handler functions. */ +#ifndef JTAG430_H +#define JTAG430_H +#include "app.h" #include "jtag.h" +#define JTAG430 0x11 + extern unsigned int drwidth; #define MSP430MODE 0 @@ -96,3 +101,7 @@ void jtag430_por(); #define JTAG430_ERASEINFO 0xE8 #define JTAG430_COREIP_ID 0xF0 #define JTAG430_DEVICE_ID 0xF1 + +extern app_t const jtag430_app; + +#endif // JTAG430_H