Revert accidental change

svn path=/trunk/; revision=16241
This commit is contained in:
Alex Ionescu 2005-06-23 12:22:32 +00:00
parent 4f18890314
commit c0d381402e

View file

@ -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(