X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Faice%2Faice_interface.h;h=220b0b04d4fb348a14ae0adca164e71933ac1915;hb=0d48104e03320112db1e8825d0700ea8be735cef;hp=ddb6ad4199b9c440c2bcb1519105d636b690a5a7;hpb=b675edcc95935cbdf77002db1e261536026f4cbe;p=openocd.git diff --git a/src/jtag/aice/aice_interface.h b/src/jtag/aice/aice_interface.h index ddb6ad4199..220b0b04d4 100644 --- a/src/jtag/aice/aice_interface.h +++ b/src/jtag/aice/aice_interface.h @@ -13,12 +13,11 @@ * 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 __AICE_INTERFACE_H__ -#define __AICE_INTERFACE_H__ + +#ifndef OPENOCD_JTAG_AICE_AICE_INTERFACE_H +#define OPENOCD_JTAG_AICE_AICE_INTERFACE_H struct aice_interface_param_s { /** */ @@ -32,5 +31,6 @@ struct aice_interface_param_s { }; int aice_init_targets(void); +int aice_scan_jtag_chain(void); -#endif +#endif /* OPENOCD_JTAG_AICE_AICE_INTERFACE_H */