From ba6f12b7e42e9d85102e83b27d1e7ea65107f0e4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 12 Jun 2009 17:20:42 +0000 Subject: 2009-06-12 Joel Sherrill * umon/README, umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umonrtemsglue.c: New files. --- c/src/lib/libbsp/shared/umon/umonrtemsglue.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 c/src/lib/libbsp/shared/umon/umonrtemsglue.c (limited to 'c/src/lib/libbsp/shared/umon/umonrtemsglue.c') diff --git a/c/src/lib/libbsp/shared/umon/umonrtemsglue.c b/c/src/lib/libbsp/shared/umon/umonrtemsglue.c new file mode 100644 index 0000000000..0e1e5dc78b --- /dev/null +++ b/c/src/lib/libbsp/shared/umon/umonrtemsglue.c @@ -0,0 +1,26 @@ +/* + * COPYRIGHT (c) 1989-2009. + * On-Line Applications Research Corporation (OAR). + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.com/license/LICENSE. + * + * $Id$ + */ + +#include + +/* XXX eventually add lock/unlock methods */ + +void rtems_umon_connect(void) +{ + void *moncomptr; + + moncomptr = rtems_bsp_get_umon_monptr(); + monConnect( + (int(*)())(*(unsigned long *)moncomptr), /* monitor base */ + (void *)0, /* lock */ + (void *)0 /* unlock */ + ); +} -- cgit v1.2.3