Remove old arm7tdmi header.

This commit is contained in:
Gareth McMullin 2016-04-19 22:23:19 -07:00
parent 8d9d6f692c
commit d94f7e0c75
2 changed files with 0 additions and 30 deletions

View File

@ -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 <gareth@blacksphere.co.nz>
*
* 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __ARM7TDMI_H
#define __ARM7TDMI_H
#include "jtag_scan.h"
void arm7tdmi_jtag_handler(jtag_dev_t *dev);
#endif

View File

@ -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;