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

4.115
Last change on this file since 07896ad5 was 07896ad5, checked in by Joel Sherrill <joel.sherrill@…>, on 05/02/12 at 19:23:18

smdk2410 - Remove odd $Id$

  • Property mode set to 100644
File size: 779 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#ifdef __cplusplus
16extern "C" {
17#endif
18
19/**
20 *  This file will not be pre-installed because the smdk2410 BSP uses
21 *  the bsp.h in gp32 currently.  This file is a placeholder. If you
22 *  need to add something specical for your 2410 BSP please override
23 *  this file with your own and change Makefile.am
24 */
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif /* _BSP_H */
31
Note: See TracBrowser for help on using the repository browser.