mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[FORMATTING] - Cleanup formatting before starting to work on the file.
svn path=/trunk/; revision=22749
This commit is contained in:
parent
3ea25ef417
commit
e7423e0ba3
2 changed files with 422 additions and 498 deletions
|
@ -556,7 +556,8 @@ IopStartDevice(
|
|||
);
|
||||
|
||||
NTSTATUS
|
||||
IoMountVolume(
|
||||
NTAPI
|
||||
IopMountVolume(
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN BOOLEAN AllowRawMount
|
||||
);
|
||||
|
@ -573,17 +574,19 @@ IoOpenFileOnDevice(
|
|||
);
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
NTAPI
|
||||
IopAttachVpb(
|
||||
IN PDEVICE_OBJECT DeviceObject
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
IoInitFileSystemImplementation(
|
||||
VOID
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
IoInitVpbImplementation(
|
||||
VOID
|
||||
);
|
||||
|
@ -609,6 +612,7 @@ IoShutdownRegisteredDevices(
|
|||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
IoShutdownRegisteredFileSystems(
|
||||
VOID
|
||||
);
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue