/* (c) 2008, Jack Lange */ /* (c) 2008, The V3VEE Project */ #ifndef __TIMER_H #define __TIMER_H #include struct vm_device * create_timer(); #endif