/* * By Yang Xi . * * 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 #include #include void bsp_reset( void ) { #if ON_SKYEYE == 1 SKYEYE_MAGIC_ADDRESS = 0xff; #endif }