mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
*** empty log message ***
svn path=/trunk/; revision=799
This commit is contained in:
parent
ed3ca3d52c
commit
dfa8364302
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
loadros ntoskrnl.exe ide.sys vfatfsd.sys
|
||||
loadros ntoskrnl.exe ide.sys vfatfs.sys
|
||||
|
|
|
@ -149,7 +149,7 @@ typedef struct __DOSDATE
|
|||
extern PVfatFCB pFirstFcb;
|
||||
|
||||
// functions called by i/o manager :
|
||||
NTSTATUS DriverEntry(PDRIVER_OBJECT _DriverObject,PUNICODE_STRING RegistryPath);
|
||||
NTSTATUS STDCALL DriverEntry(PDRIVER_OBJECT _DriverObject,PUNICODE_STRING RegistryPath);
|
||||
NTSTATUS FsdDirectoryControl(PDEVICE_OBJECT DeviceObject, PIRP Irp);
|
||||
NTSTATUS FsdRead(PDEVICE_OBJECT DeviceObject, PIRP Irp);
|
||||
NTSTATUS FsdWrite(PDEVICE_OBJECT DeviceObject, PIRP Irp);
|
||||
|
|
Loading…
Reference in a new issue