summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/smdk2410/include/bsp.h
blob: fdd5116b7fa2fd1b5a09815a72ee31b1642abb00 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
/**
 * @file
 * @ingroup arm_smdk2410
 * @brief Global BSP definitions.
 */

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

/**
 * @defgroup arm_smdk2410 SMDK2410 Support
 * @ingroup bsp_arm
 * @brief SMDK2410 Support Package
 */

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