X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fjtag430x2.h;h=508497699aed76ef66166ac51ec5457e89ce91f6;hp=86598a898bc6097314b5a1e2fe6611167ef7a533;hb=2227450d163d64269a63b267b6f3434833f9a86e;hpb=6d6a522d3adf0ddd18d30f24fd6bba0cc3547041 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