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

4.115
Last change on this file since 12007d0 was 12007d0, checked in by Sebastian Huber <sebastian.huber@…>, on 11/14/12 at 13:21:26

bsps: Include <bspopts.h> in <bsp.h>

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