RTEMS  5.0.0
tm27.h
Go to the documentation of this file.
1 
9 /*
10  * The license and distribution terms for this file may be
11  * found in the file LICENSE in this distribution or at
12  * http://www.rtems.org/license/LICENSE.
13  */
14 
15 #ifndef _RTEMS_TMTEST27
16 #error "This is an RTEMS internal file you must not include directly."
17 #endif
18 
19 #ifndef __tm27_h
20 #define __tm27_h
21 
30 #define MUST_WAIT_FOR_INTERRUPT 0
31 
32 #define Install_tm27_vector( handler ) set_vector( (handler), 34, 1 )
33 
34 #define Cause_tm27_intr() asm volatile ("trap #2");
35 
36 #define Clear_tm27_intr() /* empty */
37 
38 #define Lower_tm27_intr() /* empty */
39 
40 #endif