mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Revert accidental change
svn path=/trunk/; revision=16241
This commit is contained in:
parent
4f18890314
commit
c0d381402e
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ IoReadPartitionTable(
|
|||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN ULONG SectorSize,
|
||||
IN BOOLEAN ReturnRecognizedPartitions,
|
||||
OUT PVOID PartitionBuffer);
|
||||
OUT struct _DRIVE_LAYOUT_INFORMATION **PartitionBuffer);
|
||||
|
||||
NTOSAPI
|
||||
NTSTATUS
|
||||
|
@ -83,7 +83,7 @@ IoWritePartitionTable(
|
|||
IN ULONG SectorSize,
|
||||
IN ULONG SectorsPerTrack,
|
||||
IN ULONG NumberOfHeads,
|
||||
IN PVOID PartitionBuffer);
|
||||
IN struct _DRIVE_LAYOUT_INFORMATION *PartitionBuffer);
|
||||
|
||||
/*
|
||||
* PVOID MmGetSystemAddressForMdl(
|
||||
|
|
Loading…
Reference in a new issue