gdb/
[deliverable/binutils-gdb.git] / sim / m32c / int.h
index d5c9afb9e04354e372e4cb7f2d3c3b1746aff494..afb78632cb95e2223dd7d5af267cb6f311ff53e7 100644 (file)
@@ -1,6 +1,6 @@
 /* int.h --- interface to M32C interrupt handling.
 
-Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
 Contributed by Red Hat, Inc.
 
 This file is part of the GNU simulators.
@@ -21,3 +21,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern void trigger_fixed_interrupt (int addr);
 extern void trigger_based_interrupt (int vector);
+extern void trigger_peripheral_interrupt (int vector, int icaddr);
This page took 0.022784 seconds and 4 git commands to generate.