/*-------------------------------------------------------------------------+ | bsp.h - ARM BSP | | Copyright (c) Ray,Xu mailto:ray.cn AT gmail dot com | | 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. | | $Id$ +--------------------------------------------------------------------------*/ #ifndef _BSP_H #define _BSP_H #ifdef __cplusplus extern "C" { #endif /** * This file will not be pre-installed because the smdk2410 BSP uses * the bsp.h in gp32 currently. This file is a placeholder. If you * need to add something specical for your 2410 BSP please override * this file with your own and change Makefile.am */ #ifdef __cplusplus } #endif #endif /* _BSP_H */