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

4.104.114.95
Last change on this file since 1781f59f was 1781f59f, checked in by Joel Sherrill <joel.sherrill@…>, on 05/06/08 at 21:01:27

2008-05-06 Ray Xu <rayx.cn@…>

  • ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds, startup/memmap.c: New files.
  • Property mode set to 100644
File size: 762 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 found in the file LICENSE in this distribution or at
8|  http://www.rtems.com/license/LICENSE.
9|
10|  $Id$
11+--------------------------------------------------------------------------*/
12
13
14#ifndef _BSP_H
15#define _BSP_H
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/**
22 *  This file will not pre-installed
23 *  smdk2410 BSP use bsp.h in gp32 now, This file is a place
24 *  holder If you need to add sth specical for your 2410 bsp pls
25 *  overide 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.