X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fjtag430x2.h;h=508497699aed76ef66166ac51ec5457e89ce91f6;hp=86598a898bc6097314b5a1e2fe6611167ef7a533;hb=a031b4a563978102c664466d1e91a9c3ab0553dd;hpb=29c88436fcb77cc01088694e54731ac950956afd;ds=sidebyside diff --git a/firmware/include/jtag430x2.h b/firmware/include/jtag430x2.h index 86598a8..5084976 100644 --- a/firmware/include/jtag430x2.h +++ b/firmware/include/jtag430x2.h @@ -12,5 +12,8 @@ extern app_t const jtag430x2_app; +//! Shift 20 bits of the DR. +uint32_t jtag430_dr_shift_20(uint32_t in); + #endif