summaryrefslogblamecommitdiffstats
path: root/irq_test/irqforce.c
blob: ad46b8b28449b58ba2422b9b07bae06e3d938302 (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                           

                
                      



                              
/*
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 *
 *  $Id$
 */

#include <bsp.h>

void irqforce(int irq)
{
  ERC32_Unmask_interrupt(irq);
  ERC32_Force_interrupt(irq);
}