/* * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * Modified by Fernando Nicodemos * 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.com/license/LICENSE. */ #include #include /* * 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; }