mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +00:00
set DRIVER_DISPATCH where needed
svn path=/trunk/; revision=30643
This commit is contained in:
parent
8780344b1b
commit
7e90f1d184
3 changed files with 3 additions and 2 deletions
|
@ -181,7 +181,7 @@ VOID NTAPI WaitForControllerInterrupt(PCONTROLLER_INFO ControllerInfo)
|
||||||
KeClearEvent(&ControllerInfo->SynchEvent);
|
KeClearEvent(&ControllerInfo->SynchEvent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static DRIVER_DISPATCH CreateClose;
|
||||||
static NTSTATUS NTAPI CreateClose(PDEVICE_OBJECT DeviceObject,
|
static NTSTATUS NTAPI CreateClose(PDEVICE_OBJECT DeviceObject,
|
||||||
PIRP Irp)
|
PIRP Irp)
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
* 15-Feb-2004 vizzini - Created
|
* 15-Feb-2004 vizzini - Created
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
DRIVER_DISPATCH DeviceIoctl;
|
||||||
NTSTATUS NTAPI DeviceIoctl(PDEVICE_OBJECT DeviceObject,
|
NTSTATUS NTAPI DeviceIoctl(PDEVICE_OBJECT DeviceObject,
|
||||||
PIRP Irp);
|
PIRP Irp);
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
* 15-Feb-2004 vizzini - Created
|
* 15-Feb-2004 vizzini - Created
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
DRIVER_DISPATCH ReadWrite;
|
||||||
NTSTATUS NTAPI ReadWrite(PDEVICE_OBJECT DeviceObject,
|
NTSTATUS NTAPI ReadWrite(PDEVICE_OBJECT DeviceObject,
|
||||||
PIRP Irp);
|
PIRP Irp);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue