mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:11:55 +00:00
[CLASSPNP]
- fix a whole bunch of function prototype. (how does t even work in trunk?) [CMAKE] - add classpnp.sys to build svn path=/branches/cmake-bringup/; revision=49345
This commit is contained in:
parent
e617cbf750
commit
5e9036e712
10 changed files with 391 additions and 235 deletions
|
@ -424,7 +424,7 @@ struct _CLASS_PRIVATE_FDO_DATA {
|
|||
|
||||
BOOLEAN TimerStarted;
|
||||
BOOLEAN LoggedTURFailureSinceLastIO;
|
||||
|
||||
|
||||
//
|
||||
// privately allocated release queue irp
|
||||
// protected by fdoExtension->ReleaseQueueSpinLock
|
||||
|
@ -508,6 +508,7 @@ static inline BOOLEAN SimpleIsSlistEmpty(SINGLE_LIST_ENTRY *SListHdr)
|
|||
}
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
DriverEntry(
|
||||
IN PDRIVER_OBJECT DriverObject,
|
||||
IN PUNICODE_STRING RegistryPath
|
||||
|
@ -555,12 +556,6 @@ ClassDeviceControlDispatch(
|
|||
PIRP Irp
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
ClassDeviceControl(
|
||||
PDEVICE_OBJECT DeviceObject,
|
||||
PIRP Irp
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
ClassDispatchPnp(
|
||||
PDEVICE_OBJECT DeviceObject,
|
||||
|
@ -573,12 +568,7 @@ ClassPnpStartDevice(
|
|||
);
|
||||
|
||||
NTSTATUS
|
||||
ClassInternalIoControl (
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PIRP Irp
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
ClassShutdownFlush(
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PIRP Irp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue