X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Firq.c;h=c94aeeba2c16fb708329060f506cc14e2b6ec54c;hp=a98c3adaf422d140bb582424a918fd4090b410f0;hb=624a05de781c51ed5d34a6db2583f884918a9594;hpb=43c556d146e12c7f35612e3a8cf6420b42fdef70 diff --git a/palacios/src/geekos/irq.c b/palacios/src/geekos/irq.c index a98c3ad..c94aeeb 100644 --- a/palacios/src/geekos/irq.c +++ b/palacios/src/geekos/irq.c @@ -1,7 +1,7 @@ /* * This is the device-driver interface to the interrupt system. * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.2 $ + * $Revision: 1.3 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -12,6 +12,8 @@ #include #include +#include + /* ---------------------------------------------------------------------- * Private functions and data * ---------------------------------------------------------------------- */ @@ -110,6 +112,7 @@ void Disable_IRQ(int irq) */ void Begin_IRQ(struct Interrupt_State* state) { + } /*