summaryrefslogtreecommitdiff
path: root/kvm_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kvm_timer.h')
-rw-r--r--kvm_timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvm_timer.h b/kvm_timer.h
index 1e535df..70e3ef8 100644
--- a/kvm_timer.h
+++ b/kvm_timer.h
@@ -4,7 +4,7 @@
*/
#ifndef __KVM_TIMER_H__
-#define __KVM_TIMER_H__
+#define __KVM_TIMER_H__
#include <sys/types.h>
#include <sys/cyclic.h>
@@ -25,7 +25,7 @@ typedef struct kvm_timer {
} kvm_timer_t;
typedef struct kvm_timer_ops {
- int (*is_periodic)(struct kvm_timer *);
+ int (*is_periodic)(struct kvm_timer *);
} kvm_timer_ops_t;
extern void kvm_timer_fire(void *);