OpenOCD
hla_transport.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2011 by Mathias Kuester *
5  * Mathias Kuester <kesmtp@freenet.de> *
6  * *
7  * Copyright (C) 2012 by Spencer Oliver *
8  * spen@spen-soft.co.uk *
9  ***************************************************************************/
10 
11 #ifndef OPENOCD_JTAG_HLA_HLA_TRANSPORT_H
12 #define OPENOCD_JTAG_HLA_HLA_TRANSPORT_H
13 
18 };
19 
20 #endif /* OPENOCD_JTAG_HLA_HLA_TRANSPORT_H */
hl_transports
Definition: hla_transport.h:14
@ HL_TRANSPORT_SWD
Definition: hla_transport.h:16
@ HL_TRANSPORT_JTAG
Definition: hla_transport.h:17
@ HL_TRANSPORT_UNKNOWN
Definition: hla_transport.h:15