source: rtems/c/src/lib/libbsp/m32r/m32rsim/include/tm27.h @ c499856

4.115
Last change on this file since c499856 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 761 bytes
Line 
1/**
2 *  @file
3 *
4 *  @ingroup m32r_tm27
5 *
6 *  @brief Time Test 27
7 */
8
9/*
10 *  tm27.h
11 *
12 *  The license and distribution terms for this file may be
13 *  found in the file LICENSE in this distribution or at
14 *  http://www.rtems.org/license/LICENSE.
15 */
16
17#ifndef _RTEMS_TMTEST27
18#error "This is an RTEMS internal file you must not include directly."
19#endif
20
21#ifndef __tm27_h
22#define __tm27_h
23
24/**
25 *  @defgroup m32r_tm27 Time Test 27
26 *
27 *  @ingroup m32r_m32rsim
28 *
29 *  @brief Define the interrupt mechanism for Time Test 27
30 */
31
32#define MUST_WAIT_FOR_INTERRUPT 0
33
34#define Install_tm27_vector( handler ) /* set_vector( (handler), 6, 1 ) */
35
36#define Cause_tm27_intr()  /* XXX */
37
38#define Clear_tm27_intr()  /* XXX */
39
40#define Lower_tm27_intr() /* empty */
41
42#endif
Note: See TracBrowser for help on using the repository browser.