Staging: hv: remove UINT8 and INT8 typedefs
[deliverable/linux.git] / drivers / staging / hv / include / StorVscApi.h
index 95e9c551dfef0b84310ed660c15da4b42f011a6c..7c4dd15d7d1d4188c15ca6f7a788951ab682823d 100644 (file)
@@ -75,7 +75,7 @@ typedef struct _STORVSC_REQUEST {
        UINT32                                  Bus;
        UINT32                                  TargetId;
        UINT32                                  LunId;
-       UINT8*                                  Cdb;
+       u8 *                                    Cdb;
        UINT32                                  CdbLen;
        UINT32                                  Status;
        UINT32                                  BytesXfer;
This page took 0.023782 seconds and 5 git commands to generate.