From bc7e7d21128f8aaac4d2b6191bfd904fe76f7deb Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Mon, 18 Jun 2012 20:27:06 +1200 Subject: Removed target header files containing a single prototype. Target probe prototypes are all in target.h now. --- src/include/nxp_tgt.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/include/nxp_tgt.h (limited to 'src/include/nxp_tgt.h') diff --git a/src/include/nxp_tgt.h b/src/include/nxp_tgt.h deleted file mode 100644 index 20e4d5a..0000000 --- a/src/include/nxp_tgt.h +++ /dev/null @@ -1,28 +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 __NXP_TGT_H -#define __NXP_TGT_H - -#include "target.h" - -int lpc11xx_probe(struct target_s *target); - -#endif -- cgit v1.2.3