X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fjtag%2Finterface.h;h=afe21086c0f79f238ff8f06db9b2fb400334f981;hb=2b1bd97508ebaf33c76d4f36ec4bb85592801055;hp=899f16318f081676d264cd21240b88e1834fbd37;hpb=dc575dc5bf8cb597a0e9a47794744ae6b1928087;p=openocd diff --git a/src/jtag/interface.h b/src/jtag/interface.h index 899f1631..afe21086 100644 --- a/src/jtag/interface.h +++ b/src/jtag/interface.h @@ -160,9 +160,6 @@ bool tap_is_state_stable(tap_state_t astate); */ tap_state_t tap_state_transition(tap_state_t current_state, bool tms); -/// Provides user-friendly name lookup of TAP states. -tap_state_t tap_state_by_name(const char *name); - /// Allow switching between old and new TMS tables. @see tap_get_tms_path void tap_use_new_tms_table(bool use_new); /// @returns True if new TMS table is active; false otherwise.