This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-x86_64 / mach-xen / asm / timer.h
similarity index 94%
rename from include/asm-xen/asm-x86_64/timer.h
rename to include/asm-x86_64/mach-xen/asm/timer.h
index 40c54f6..58140c3 100644 (file)
@@ -22,6 +22,9 @@ struct timer_opts {
        unsigned long (*get_offset)(void);
        unsigned long long (*monotonic_clock)(void);
        void (*delay)(unsigned long);
+       unsigned long (*read_timer)(void);
+       int (*suspend)(pm_message_t state);
+       int (*resume)(void);
 };
 
 struct init_timer_opts {