File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -3823,6 +3823,14 @@ NTAPI
3823
3823
KsPinGetNextSiblingPin (
3824
3824
_In_ PKSPIN Pin );
3825
3825
3826
+ _IRQL_requires_max_ (DISPATCH_LEVEL )
3827
+ KSDDKAPI
3828
+ PKSSTREAM_POINTER
3829
+ NTAPI
3830
+ KsPinGetLeadingEdgeStreamPointer (
3831
+ _In_ PKSPIN Pin ,
3832
+ _In_ KSSTREAM_POINTER_STATE State );
3833
+
3826
3834
/* Does this belong here? */
3827
3835
3828
3836
_IRQL_requires_max_ (PASSIVE_LEVEL )
@@ -4180,6 +4188,14 @@ KsStreamIo(
4180
4188
_In_ ULONG Flags ,
4181
4189
_In_ KPROCESSOR_MODE RequestorMode );
4182
4190
4191
+ _IRQL_requires_max_ (DISPATCH_LEVEL )
4192
+ KSDDKAPI
4193
+ NTSTATUS
4194
+ NTAPI
4195
+ KsStreamPointerUnlock (
4196
+ _In_ PKSSTREAM_POINTER StreamPointer ,
4197
+ _In_ BOOLEAN Eject );
4198
+
4183
4199
_IRQL_requires_max_ (PASSIVE_LEVEL )
4184
4200
KSDDKAPI
4185
4201
NTSTATUS
You can’t perform that action at this time.
0 commit comments