ntoskrnl: Add IoRegisterFileSystem stub.

This commit is contained in:
Ken Sharp 2009-06-17 22:25:43 +01:00 committed by Alexandre Julliard
parent 49d638c78e
commit d5c3b44fc2
2 changed files with 8 additions and 1 deletions

View File

@ -1058,6 +1058,13 @@ NTSTATUS WINAPI KeWaitForSingleObject(PVOID Object,
return STATUS_NOT_IMPLEMENTED;
}
/***********************************************************************
* IoRegisterFileSystem (NTOSKRNL.EXE.@)
*/
VOID WINAPI IoRegisterFileSystem(PDEVICE_OBJECT DeviceObject)
{
FIXME("(%p): stub\n", DeviceObject);
}
/***********************************************************************
* MmAllocateNonCachedMemory (NTOSKRNL.EXE.@)

View File

@ -427,7 +427,7 @@
@ stub IoRegisterBootDriverReinitialization
@ stub IoRegisterDeviceInterface
@ stdcall IoRegisterDriverReinitialization(ptr ptr ptr)
@ stub IoRegisterFileSystem
@ stdcall IoRegisterFileSystem(ptr)
@ stub IoRegisterFsRegistrationChange
@ stub IoRegisterLastChanceShutdownNotification
@ stub IoRegisterPlugPlayNotification