/** * @file bsp.h * * This include file contains definitions related to the GBA BSP. */ /* * RTEMS GBA BSP * * Copyright (c) 2004 * Markku Puro * * The license and distribution terms for this file may be * found in found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ */ #ifndef __BSP_H_ #define __BSP_H_ #ifdef __cplusplus extern "C" { #endif #include #include #include #include #include #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 1 /** Define operation count for Tests */ #define OPERATION_COUNT 10 /** * Simple spin delay in microsecond units for device drivers. * This is very dependent on the clock speed of the target. */ #define rtems_bsp_delay( microseconds ) \ { \ uint32_t i; \ for(i = 0; i