diff options
Diffstat (limited to 'sim/m32c/int.h')
-rw-r--r-- | sim/m32c/int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/m32c/int.h b/sim/m32c/int.h index 3d36500..ef4bc27 100644 --- a/sim/m32c/int.h +++ b/sim/m32c/int.h @@ -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); |