X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Firq.h;h=69e625cdea7e056a51daf21eca19ca645218b088;hb=28b1d0ae6db40cb3e1f5a9b3596b625d2f2af0e4;hp=31641700862be0e222497331a4f7de4028e77aa7;hpb=ace8f0532fa5650c6642a3a7174f3aa19b09095a;p=palacios.releases.git diff --git a/palacios/include/geekos/irq.h b/palacios/include/geekos/irq.h index 3164170..69e625c 100644 --- a/palacios/include/geekos/irq.h +++ b/palacios/include/geekos/irq.h @@ -1,7 +1,7 @@ /* * This is the device-driver interface to the interrupt system. * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.2 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -23,6 +23,7 @@ void Disable_IRQ(int irq); * interrupt. */ void Begin_IRQ(struct Interrupt_State* state); +void End_IRQ_num(int irq); void End_IRQ(struct Interrupt_State* state); #endif /* GEEKOS_IRQ_H */