Skip to content

Commit f5104a0

Browse files
committed
[RXCE] Implement RxAcquireExclusiveFcbResourceInMRx()
1 parent 56cc2ca commit f5104a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sdk/lib/drivers/rxce/rxce.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,15 @@ BOOLEAN DumpDispatchRoutine = FALSE;
174174

175175
/* FUNCTIONS ****************************************************************/
176176

177+
/*
178+
* @implemented
179+
*/
177180
NTSTATUS
178181
NTAPI
179182
RxAcquireExclusiveFcbResourceInMRx(
180183
_Inout_ PMRX_FCB Fcb)
181184
{
182-
UNIMPLEMENTED;
183-
return STATUS_NOT_IMPLEMENTED;
185+
return RxAcquireExclusiveFcb(NULL, (PFCB)Fcb);
184186
}
185187

186188
/*

0 commit comments

Comments
 (0)