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.

30 lines
460 B

  1. //--- openclos.h
  2. NTSTATUS
  3. SerialCreateOpen(
  4. IN PDEVICE_OBJECT DeviceObject,
  5. IN PIRP Irp
  6. );
  7. NTSTATUS
  8. SerialClose(
  9. IN PDEVICE_OBJECT DeviceObject,
  10. IN PIRP Irp
  11. );
  12. NTSTATUS
  13. SerialCleanup(
  14. IN PDEVICE_OBJECT DeviceObject,
  15. IN PIRP Irp
  16. );
  17. VOID
  18. ForceExtensionSettings(
  19. IN PSERIAL_DEVICE_EXTENSION Extension
  20. );
  21. VOID
  22. SetExtensionModemStatus(
  23. IN PSERIAL_DEVICE_EXTENSION extension
  24. );