source: rtems/c/src/lib/libbsp/arm/gba/include/tm27.h @ 2732040d

4.104.114.84.95
Last change on this file since 2732040d was 3c7ed6b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/05 at 18:46:04

2005-07-06 Markku Puro <markku.puro@…>

  • .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, clock/clockdrv.c, console/conio.c, console/console.c, console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h, include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h, include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c, startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds, timer/timer.c: New files.
  • Property mode set to 100644
File size: 686 bytes
Line 
1/**
2 *  @file  tm27.h
3 *
4 *  This include file contains definitions related to Time Test 27.
5 */
6/*
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.rtems.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14#ifndef _RTEMS_TMTEST27
15#error "This is an RTEMS internal file you must not include directly."
16#endif
17
18#ifndef __tm27_h
19#define __tm27_h
20
21/**
22 *  Define the interrupt mechanism for Time Test 27
23 */
24
25#define MUST_WAIT_FOR_INTERRUPT 0
26
27#define Install_tm27_vector( handler ) /* empty */
28
29#define Cause_tm27_intr() /* empty */
30
31#define Clear_tm27_intr() /* empty */
32
33#define Lower_tm27_intr() /* empty */
34
35#endif
Note: See TracBrowser for help on using the repository browser.