From 429303891693e0268f5dca8dd0d4580b4b7d3dc1 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Fri, 1 Jul 2011 11:35:07 -0700 Subject: HVM-459 kvm_types.h should be cstyle clean --- kvm_types.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kvm_types.h') diff --git a/kvm_types.h b/kvm_types.h index 13986d5..a6eb76c 100644 --- a/kvm_types.h +++ b/kvm_types.h @@ -15,9 +15,9 @@ */ #ifndef __KVM_TYPES_H__ -#define __KVM_TYPES_H__ +#define __KVM_TYPES_H__ -#include +#include /* * Address types: @@ -30,13 +30,13 @@ * hfn - host frame number */ -typedef unsigned long gva_t; -typedef uint64_t gpa_t; -typedef unsigned long gfn_t; +typedef unsigned long gva_t; +typedef uint64_t gpa_t; +typedef unsigned long gfn_t; -typedef unsigned long hva_t; -typedef uint64_t hpa_t; -typedef unsigned long hfn_t; +typedef unsigned long hva_t; +typedef uint64_t hpa_t; +typedef unsigned long hfn_t; union kvm_ioapic_redirect_entry { uint64_t bits; -- cgit v1.2.3