X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fhla%2Fhla_interface.h;h=418b7d35ef5c007ff201faea727117c2d37cf0b2;hb=refs%2Fchanges%2F88%2F3488%2F3;hp=aac1be30a09be039ed59c7962bb5b7484b07516e;hpb=ab0432176c05d2c6109619bdb1d9944ee858334b;p=openocd.git diff --git a/src/jtag/hla/hla_interface.h b/src/jtag/hla/hla_interface.h index aac1be30a0..418b7d35ef 100644 --- a/src/jtag/hla/hla_interface.h +++ b/src/jtag/hla/hla_interface.h @@ -16,9 +16,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifndef _HL_INTERFACE @@ -46,10 +44,6 @@ struct hl_interface_param_s { enum hl_transports transport; /** */ bool connect_under_reset; - /** Output file for trace data (if any) */ - FILE *trace_f; - /** Trace module source clock rate */ - uint32_t trace_source_hz; /** Initial interface clock clock speed */ int initial_interface_speed; };