X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Ftimer.c;h=17d6f1c30bfe58bfa52a5c6a34e5e16a64581f24;hb=4f7c3b759e3889870c5b5e7d09b3ffcc168e5632;hp=f9139bc10ea4e413ffec83c35b6a6f4303d93604;hpb=eb7dda8d4a92a2e8d0c8f867c65317d756ca6c11;p=palacios.git diff --git a/palacios/src/geekos/timer.c b/palacios/src/geekos/timer.c index f9139bc..17d6f1c 100644 --- a/palacios/src/geekos/timer.c +++ b/palacios/src/geekos/timer.c @@ -2,6 +2,7 @@ * GeekOS timer interrupt support * Copyright (c) 2001,2003 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth + * Copyright (c) 2008, Jack Lange * $Revision: 1.11 $ * * This is free software. You are permitted to use, @@ -18,7 +19,7 @@ #include #include -#include +#include /* PAD this currently is in nvram.c */ extern void deliver_timer_interrupt_to_vmm(uint_t period_us);