Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
356 B

  1. //
  2. // General dispatch prototypes
  3. // dispatch.c
  4. //
  5. NTSTATUS
  6. SoftPCIDispatchPnP(
  7. IN PDEVICE_OBJECT DeviceObject,
  8. IN PIRP Irp
  9. );
  10. NTSTATUS
  11. SoftPCIDispatchPower(
  12. IN PDEVICE_OBJECT DeviceObject,
  13. IN PIRP Irp
  14. );
  15. NTSTATUS
  16. SoftPCIDispatchDeviceControl(
  17. IN PDEVICE_OBJECT DeviceObject,
  18. IN PIRP Irp
  19. );