mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
obsolete
svn path=/trunk/; revision=1382
This commit is contained in:
parent
0a2b580710
commit
bd44cd188f
1 changed files with 0 additions and 42 deletions
|
@ -1,42 +0,0 @@
|
||||||
/*
|
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
|
||||||
* PROJECT: ReactOS kernel
|
|
||||||
* FILE: ntoskrnl/io/fdisk.c
|
|
||||||
* PURPOSE: Handling fixed disks
|
|
||||||
* PROGRAMMER: David Welch (welch@mcmail.com)
|
|
||||||
* UPDATE HISTORY:
|
|
||||||
* Created 22/05/98
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
|
||||||
|
|
||||||
#include <ddk/ntddk.h>
|
|
||||||
|
|
||||||
#include <internal/debug.h>
|
|
||||||
|
|
||||||
/* FUNCTIONS *****************************************************************/
|
|
||||||
|
|
||||||
NTSTATUS IoReadPartitionTable(PDEVICE_OBJECT DeviceObject,
|
|
||||||
ULONG SectorSize,
|
|
||||||
BOOLEAN ReturnRecognizedPartitions,
|
|
||||||
struct _DRIVE_LAYOUT_INFORMATION** PBuffer)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
}
|
|
||||||
|
|
||||||
NTSTATUS IoSetPartitionInformation(PDEVICE_OBJECT DeviceObject,
|
|
||||||
ULONG SectorSize,
|
|
||||||
ULONG PartitionNumber,
|
|
||||||
ULONG PartitionType)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
}
|
|
||||||
|
|
||||||
NTSTATUS IoWritePartitionTable(PDEVICE_OBJECT DeviceObject,
|
|
||||||
ULONG SectorSize,
|
|
||||||
ULONG SectorsPerTrack,
|
|
||||||
ULONG NumberOfHeads,
|
|
||||||
struct _DRIVE_LAYOUT_INFORMATION* PBuffer)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
}
|
|
Loading…
Reference in a new issue