source: ada-examples/irq_test/irqforce.c @ 38b445a

ada-examples-4-10-branchada-examples-4-6-branchada-examples-4-7-branchada-examples-4-8-branchada-examples-4-9-branch
Last change on this file since 38b445a was 7efcefa, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/99 at 13:05:42

base GNAT/RTEMS examples

  • Property mode set to 100644
File size: 101 bytes
Line 
1#include <bsp.h>
2
3irqforce(int irq)
4{
5  ERC32_Unmask_interrupt(irq);
6  ERC32_Force_interrupt(irq);
7}
Note: See TracBrowser for help on using the repository browser.