/** * @file * * @ingroup RTEMSBSPsARMCycV */ /* * Copyright (c) 2013 embedded brains GmbH. All rights reserved. * * 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 void bsp_reset(void) { alt_reset_cold_reset(); }