diff --git a/src/include/arm7tdmi.h b/src/include/arm7tdmi.h deleted file mode 100644 index fa7d586..0000000 --- a/src/include/arm7tdmi.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * This file is part of the Black Magic Debug project. - * - * Copyright (C) 2011 Black Sphere Technologies Ltd. - * Written by Gareth McMullin - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * 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, see . - */ - -#ifndef __ARM7TDMI_H -#define __ARM7TDMI_H - -#include "jtag_scan.h" - -void arm7tdmi_jtag_handler(jtag_dev_t *dev); - -#endif - diff --git a/src/jtag_scan.c b/src/jtag_scan.c index 2d2194c..79dacb0 100644 --- a/src/jtag_scan.c +++ b/src/jtag_scan.c @@ -29,7 +29,6 @@ #include "jtag_scan.h" #include "gdb_packet.h" #include "adiv5.h" -#include "arm7tdmi.h" struct jtag_dev_s jtag_devs[JTAG_MAX_DEVS+1]; int jtag_dev_count;