source: rtems/c/src/lib/libbsp/arm/smdk2410/include/bsp.h @ f68401e

4.115
Last change on this file since f68401e was c0f731d, checked in by Daniel Ramirez <javamonn@…>, on 12/22/13 at 16:33:16

arm_smdk2410: added new doxygen

  • Property mode set to 100644
File size: 1.0 KB
Line 
1/**
2 * @file
3 * @ingroup arm_smdk2410
4 * @brief Global BSP definitions.
5 */
6
7/*-------------------------------------------------------------------------+
8| bsp.h - ARM BSP
9|
10| Copyright (c) Ray,Xu  mailto:ray.cn AT gmail dot com
11|
12|  The license and distribution terms for this file may be
13|  found in the file LICENSE in this distribution or at
14|  http://www.rtems.com/license/LICENSE.
15+--------------------------------------------------------------------------*/
16
17
18#ifndef _BSP_H
19#define _BSP_H
20
21#include <bspopts.h>
22#include <bsp/default-initial-extension.h>
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28/**
29 * @defgroup arm_smdk2410 SMDK2410 Support
30 * @ingroup bsp_arm
31 * @brief SMDK2410 Support Package
32 */
33
34/**
35 *  This file will not be pre-installed because the smdk2410 BSP uses
36 *  the bsp.h in gp32 currently.  This file is a placeholder. If you
37 *  need to add something specical for your 2410 BSP please override
38 *  this file with your own and change Makefile.am
39 */
40
41#ifdef __cplusplus
42}
43#endif
44
45#endif /* _BSP_H */
46
Note: See TracBrowser for help on using the repository browser.