From d94f7e0c75ae518c109ca45075cb26d000a15658 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Tue, 19 Apr 2016 22:23:19 -0700 Subject: [PATCH] Remove old arm7tdmi header. --- src/include/arm7tdmi.h | 29 ----------------------------- src/jtag_scan.c | 1 - 2 files changed, 30 deletions(-) delete mode 100644 src/include/arm7tdmi.h diff --git a/src/include/arm7tdmi.h b/src/include/arm7tdmi.h deleted file mode 100644 index fa7d5869..00000000 --- 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 2d2194c7..79dacb02 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;