/* * 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 void bsp_reset(void) { __asm__ volatile ("ldr r0, =_gba_reset"); __asm__ volatile ("bx r0"); }