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