aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Hv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/Hv.h')
-rw-r--r--drivers/staging/hv/Hv.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/hv/Hv.h b/drivers/staging/hv/Hv.h
index d5a327b948b..b75ad5df23f 100644
--- a/drivers/staging/hv/Hv.h
+++ b/drivers/staging/hv/Hv.h
@@ -150,12 +150,12 @@ static inline void WriteMsr(int msr, UINT64 val)
150// 150//
151static int 151static int
152HvInit( 152HvInit(
153 VOID 153 void
154 ); 154 );
155 155
156static VOID 156static void
157HvCleanup( 157HvCleanup(
158 VOID 158 void
159 ); 159 );
160 160
161static HV_STATUS 161static HV_STATUS
@@ -168,7 +168,7 @@ HvPostMessage(
168 168
169static HV_STATUS 169static HV_STATUS
170HvSignalEvent( 170HvSignalEvent(
171 VOID 171 void
172 ); 172 );
173 173
174static int 174static int
@@ -176,9 +176,9 @@ HvSynicInit(
176 UINT32 irqVector 176 UINT32 irqVector
177 ); 177 );
178 178
179static VOID 179static void
180HvSynicCleanup( 180HvSynicCleanup(
181 VOID 181 void
182 ); 182 );
183 183
184#endif // __HV_H__ 184#endif // __HV_H__