#ifndef __TIMER_H #define __TIMER_H #include struct vm_device * create_timer(); #endif