Skip to content

Commit 7049508

Browse files
committed
[PSDK]
Add a definition for KsReleaseDevice to ks.h. svn path=/trunk/; revision=72602
1 parent 2852cc2 commit 7049508

File tree

1 file changed

+7
-0
lines changed
  • reactos/sdk/include/psdk

1 file changed

+7
-0
lines changed

reactos/sdk/include/psdk/ks.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4113,6 +4113,13 @@ KsReadFile(
41134113
_In_opt_ ULONG Key,
41144114
_In_ KPROCESSOR_MODE RequestorMode);
41154115

4116+
_IRQL_requires_max_(DISPATCH_LEVEL)
4117+
KSDDKAPI
4118+
VOID
4119+
NTAPI
4120+
KsReleaseDevice(
4121+
_In_ PKSDEVICE);
4122+
41164123
_IRQL_requires_max_(DISPATCH_LEVEL)
41174124
KSDDKAPI
41184125
VOID

0 commit comments

Comments
 (0)