summaryrefslogtreecommitdiffstats
path: root/bsps/arm/csb337/start/umonsupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/csb337/start/umonsupp.c')
-rw-r--r--bsps/arm/csb337/start/umonsupp.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/bsps/arm/csb337/start/umonsupp.c b/bsps/arm/csb337/start/umonsupp.c
new file mode 100644
index 0000000000..d4bf731c5d
--- /dev/null
+++ b/bsps/arm/csb337/start/umonsupp.c
@@ -0,0 +1,25 @@
+/*
+ * COPYRIGHT (c) 1989-2009.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * Modified by Fernando Nicodemos <fgnicodemos@terra.com.br>
+ * from NCB - Sistemas Embarcados Ltda. (Brazil)
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#include <bsp.h>
+#include <rtems/umon.h>
+
+/*
+ * BSP specific routine to help when calling monConnect(). This
+ * returns the value known to uMon as MONCOMPTR.
+ */
+
+void *rtems_bsp_get_umon_monptr(void)
+{
+ return (void *)0x10000020;
+}
+