summaryrefslogtreecommitdiff
path: root/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'kvm_host.h')
-rw-r--r--kvm_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvm_host.h b/kvm_host.h
index d5144ba..c81718b 100644
--- a/kvm_host.h
+++ b/kvm_host.h
@@ -117,12 +117,12 @@ enum kvm_stat_kind {
KVM_STAT_VCPU,
};
-struct kvm_stats_debugfs_item {
+typedef struct kvm_stats_debugfs_item {
const char *name;
int offset;
enum kvm_stat_kind kind;
struct dentry *dentry;
-};
+} kvm_stats_debugfs_item_t;
extern struct kvm_stats_debugfs_item debugfs_entries[];
extern struct dentry *kvm_debugfs_dir;