- Add missing types
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Tue, 27 Oct 2009 15:33:58 +0000 (15:33 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Tue, 27 Oct 2009 15:33:58 +0000 (15:33 +0000)
svn path=/trunk/; revision=43793

reactos/include/psdk/ks.h

index 158c660..0199240 100644 (file)
@@ -1140,7 +1140,7 @@ typedef enum
 {
     KSPIN_DATAFLOW_IN = 1,
     KSPIN_DATAFLOW_OUT
-} KSPIN_DATAFLOW;
+} KSPIN_DATAFLOW, *PKSPIN_DATAFLOW;
 
 typedef enum
 {
@@ -1149,7 +1149,7 @@ typedef enum
     KSPIN_COMMUNICATION_SOURCE,
     KSPIN_COMMUNICATION_BOTH,
     KSPIN_COMMUNICATION_BRIDGE
-} KSPIN_COMMUNICATION;
+} KSPIN_COMMUNICATION, *PKSPIN_COMMUNICATION;
 
 typedef enum
 {