mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:45:41 +00:00
Fix ext2 driver compilation. NOT TESTED YET!
svn path=/trunk/; revision=32293
This commit is contained in:
parent
4797b6a8d5
commit
b9ec75f36e
22 changed files with 185 additions and 152 deletions
|
@ -38,7 +38,7 @@
|
|||
* Return Value: The Status of the Read IO
|
||||
*
|
||||
*************************************************************************/
|
||||
NTSTATUS Ext2ReadLogicalBlocks (
|
||||
NTSTATUS NTAPI Ext2ReadLogicalBlocks (
|
||||
PDEVICE_OBJECT PtrTargetDeviceObject, // the Target Device Object
|
||||
VOID *Buffer, // The Buffer that takes the data read in
|
||||
LARGE_INTEGER StartLogicalBlock, // The logical block from which reading is to start
|
||||
|
@ -108,7 +108,7 @@ NTSTATUS Ext2ReadLogicalBlocks (
|
|||
* Return Value: The Status of the Read IO
|
||||
*
|
||||
*************************************************************************/
|
||||
NTSTATUS Ext2ReadPhysicalBlocks (
|
||||
NTSTATUS NTAPI Ext2ReadPhysicalBlocks (
|
||||
PDEVICE_OBJECT PtrTargetDeviceObject, // the Target Device Object
|
||||
VOID *Buffer, // The Buffer that takes the data read in
|
||||
LARGE_INTEGER StartPhysicalBlock, // The block from which reading is to start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue