summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/smdk2410/include/bsp.h
blob: 879d8e9f4662c78e54ea2df543ca586572453133 (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 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 */