aboutsummaryrefslogtreecommitdiff
path: root/src/include/nxp_tgt.h
diff options
context:
space:
mode:
authorMike Smith2011-12-26 02:34:45 -0800
committerMike Smith2011-12-26 02:34:45 -0800
commitbc4c87e45b5b9cc72c46993b1b416017fe4b39a6 (patch)
tree7175c098f06891843c21e5d0462e958b9e8620b8 /src/include/nxp_tgt.h
parent2653222d08f31ccac9d0e6c3d129ae20b5440eb7 (diff)
Add support for Cortex-M0, and specifically for the NXP LPC11xx devices.
Diffstat (limited to 'src/include/nxp_tgt.h')
-rw-r--r--src/include/nxp_tgt.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/include/nxp_tgt.h b/src/include/nxp_tgt.h
new file mode 100644
index 0000000..20e4d5a
--- /dev/null
+++ b/src/include/nxp_tgt.h
@@ -0,0 +1,28 @@
+/*
+ * 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 __NXP_TGT_H
+#define __NXP_TGT_H
+
+#include "target.h"
+
+int lpc11xx_probe(struct target_s *target);
+
+#endif