aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/include/StorVscApi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/include/StorVscApi.h')
-rw-r--r--drivers/staging/hv/include/StorVscApi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/hv/include/StorVscApi.h b/drivers/staging/hv/include/StorVscApi.h
index bd09409c129..f6c9742ddf1 100644
--- a/drivers/staging/hv/include/StorVscApi.h
+++ b/drivers/staging/hv/include/StorVscApi.h
@@ -98,7 +98,7 @@ typedef struct _STORVSC_REQUEST {
/* Represents the block vsc driver */
typedef struct _STORVSC_DRIVER_OBJECT {
- DRIVER_OBJECT Base; /* Must be the first field */
+ struct hv_driver Base; /* Must be the first field */
/* Set by caller (in bytes) */
u32 RingBufferSize;
@@ -129,11 +129,11 @@ typedef struct _STORVSC_DEVICE_INFO {
int
StorVscInitialize(
- DRIVER_OBJECT *Driver
+ struct hv_driver *Driver
);
int
BlkVscInitialize(
- DRIVER_OBJECT *Driver
+ struct hv_driver *Driver
);
#endif /* _STORVSC_API_H_ */