summaryrefslogtreecommitdiffstats
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/include/StorVscApi.h b/drivers/staging/hv/include/StorVscApi.h
index 492a1d2..95e9c55 100644
--- a/drivers/staging/hv/include/StorVscApi.h
+++ b/drivers/staging/hv/include/StorVscApi.h
@@ -83,12 +83,12 @@ typedef struct _STORVSC_REQUEST {
UCHAR* SenseBuffer;
UINT32 SenseBufferSize;
- PVOID Context;
+ void * Context;
PFN_ON_IO_REQUEST_COMPLTN OnIOCompletion;
// This points to the memory after DataBuffer
- PVOID Extension;
+ void * Extension;
MULTIPAGE_BUFFER DataBuffer;
} STORVSC_REQUEST;
OpenPOWER on IntegriCloud