 |
RTEMS 6.1-rc7
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
17#ifndef _RTEMS_TMTEST27
18#error "This is an RTEMS internal file you must not include directly."
28#define MUST_WAIT_FOR_INTERRUPT 0
30#define Install_tm27_vector(handler) (void) handler
32#define Cause_tm27_intr() __asm__ volatile("int $0x90" : :);
34#define Clear_tm27_intr()
36#define Lower_tm27_intr()