X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=test%2Fgeekos_test_vm%2Finclude%2Fgeekos%2Ftimer.h;fp=test%2Fgeekos_test_vm%2Finclude%2Fgeekos%2Ftimer.h;h=37dda144eae0fbc0a55c62377843c24cd19e993d;hb=a70930549d1b741704dd7af4e6bb0e89f6f8a519;hp=0000000000000000000000000000000000000000;hpb=afb634a80f946634454a5d067a92aa600227bd93;p=palacios.releases.git diff --git a/test/geekos_test_vm/include/geekos/timer.h b/test/geekos_test_vm/include/geekos/timer.h new file mode 100644 index 0000000..37dda14 --- /dev/null +++ b/test/geekos_test_vm/include/geekos/timer.h @@ -0,0 +1,24 @@ +/* + * GeekOS timer interrupt support + * Copyright (c) 2001, David H. Hovemeyer + * $Revision: 1.1 $ + * + * This is free software. You are permitted to use, + * redistribute, and modify it as specified in the file "COPYING". + */ + +#ifndef GEEKOS_TIMER_H +#define GEEKOS_TIMER_H + +#define TIMER_IRQ 0 + +extern volatile ulong_t g_numTicks; + +void Init_Timer(void); + +void Micro_Delay(int us); + + +void Micro_Delay(int us); + +#endif /* GEEKOS_TIMER_H */