summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/smdk2410/include/bsp.h
blob: b528156588503365eae2b09edbc6e42101dba370 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*-------------------------------------------------------------------------+
| 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 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 pre-installed
 *  smdk2410 BSP use bsp.h in gp32 now, This file is a place
 *  holder If you need to add sth specical for your 2410 bsp pls
 *  overide this file with your own. and change Makefile.am
 */

#ifdef __cplusplus
}
#endif

#endif /* _BSP_H */