summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/smdk2410/include/bsp.h
blob: 5dae3671d81f0e8402a4dc89d7c5f4937b6829f5 (plain) (tree)
1
2
3
4
5
6
7
8





                                                                            
                                                       
                                        





                                                                             
                    
                                          
 




                  



                                                                     







                   
/*-------------------------------------------------------------------------+
| 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.
+--------------------------------------------------------------------------*/


#ifndef _BSP_H
#define _BSP_H

#include <bspopts.h>
#include <bsp/default-initial-extension.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 */