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

4.115
Last change on this file since 15ca4e7 was 15ca4e7, checked in by Joel Sherrill <joel.sherrill@…>, on 01/28/11 at 20:29:35

2011-01-28 Joel Sherrill <joel.sherrilL@…>

  • gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c, gba/console/defaultfont.h, gba/include/arm_mode_bits.h, gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h, gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c, gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c, gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c, nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h, smdk2410/include/bsp.h: Fix typo where license said found in found in.
  • Property mode set to 100644
File size: 789 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|  $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 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.