 |
RTEMS 7.0-rc1
|
Loading...
Searching...
No Matches
15#ifndef _RTEMS_TMTEST27
16#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 ) \
32 static rtems_irq_connect_data scIrqData = { \
33 .name = PPC_IRQ_SCALL, \
40 BSP_install_rtems_irq_handler (&scIrqData); \
43#define Cause_tm27_intr() __asm__ volatile ("sc")
45#define Clear_tm27_intr()
47#define Lower_tm27_intr()