source: rtems/c/src/lib/libbsp/arm/arm_bare_bsp/include/bsp.h @ f05b2ac

4.104.114.84.95
Last change on this file since f05b2ac was f05b2ac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:01:48

Remove duplicate white lines.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1/*-------------------------------------------------------------------------+
2| bsp.h - ARM BSP
3+--------------------------------------------------------------------------+
4| This include file contains definitions related to the ARM BSP.
5+--------------------------------------------------------------------------+
6|
7| Copyright (c) Canon Research France SA.]
8| Emmanuel Raguet, mailto:raguet@crf.canon.fr
9|
10|  The license and distribution terms for this file may be
11|  found in found in the file LICENSE in this distribution or at
12|  http://www.rtems.com/license/LICENSE.
13|
14|  $Id$
15+--------------------------------------------------------------------------*/
16
17#ifndef __BSP_H_
18#define __BSP_H_
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24#include <bspopts.h>
25
26#include <rtems.h>
27#include <rtems/iosupp.h>
28#include <rtems/console.h>
29#include <rtems/clockdrv.h>
30
31/*
32 *  Define the interrupt mechanism for Time Test 27
33 *
34 *  NOTE: Following are not defined and are board independent
35 *
36 */
37
38#define MUST_WAIT_FOR_INTERRUPT 0
39
40#define Install_tm27_vector( handler )
41
42#define Cause_tm27_intr()
43
44#define Clear_tm27_intr()
45
46#define Lower_tm27_intr()
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /* __BSP_H_ */
53/* end of include file */
Note: See TracBrowser for help on using the repository browser.