summaryrefslogtreecommitdiff
path: root/linux/x86/kvm_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/x86/kvm_timer.h')
-rw-r--r--linux/x86/kvm_timer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/x86/kvm_timer.h b/linux/x86/kvm_timer.h
index 64bc6ea..55c7524 100644
--- a/linux/x86/kvm_timer.h
+++ b/linux/x86/kvm_timer.h
@@ -10,7 +10,9 @@ struct kvm_timer {
};
struct kvm_timer_ops {
- bool (*is_periodic)(struct kvm_timer *);
+ bool (*is_periodic)(struct kvm_timer *);
};
+
enum hrtimer_restart kvm_timer_fn(struct hrtimer *data);
+