/*-------------------------------------------------------------------------+ | bsp.h - ARM BSP +--------------------------------------------------------------------------+ | This include file contains definitions related to the ARM BSP. +--------------------------------------------------------------------------+ | | Copyright (c) Canon Research France SA.] | Emmanuel Raguet, mailto:raguet@crf.canon.fr | | The license and distribution terms for this file may be | found in found in the file LICENSE in this distribution or at | http://www.OARcorp.com/rtems/license.html. | | $Id$ +--------------------------------------------------------------------------*/ #ifndef __BSP_H_ #define __BSP_H_ #ifdef __cplusplus extern "C" { #endif #include #include #include #include #endif /* __BSP_H_ */ /* end of include file */