Source code of Windows XP (NT5)
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.

46 lines
1.1 KiB

  1. /*****************************************************************************
  2. *
  3. * Copyright (c) 1997-1999 Microsoft Corporation
  4. *
  5. * @doc
  6. * @module PARALLAX.h | IrSIR NDIS Miniport Driver
  7. * @comm
  8. *
  9. *-----------------------------------------------------------------------------
  10. *
  11. * Author: Stan Adermann (stana)
  12. *
  13. * Date: 10/15/1997 (created)
  14. *
  15. * Contents: PARALLAX PRA9500A dongle specific prototypes.
  16. *
  17. *****************************************************************************/
  18. #ifndef PARALLAX_H
  19. #define PARALLAX_H
  20. #include "dongle.h"
  21. NDIS_STATUS PARALLAX_QueryCaps(
  22. PDONGLE_CAPABILITIES pDongleCaps
  23. );
  24. NDIS_STATUS PARALLAX_Init(
  25. PDEVICE_OBJECT pSerialDevObj
  26. );
  27. void PARALLAX_Deinit(
  28. PDEVICE_OBJECT pSerialDevObj
  29. );
  30. NDIS_STATUS PARALLAX_SetSpeed(
  31. PDEVICE_OBJECT pSerialDevObj,
  32. UINT bitsPerSec,
  33. UINT currentSpeed
  34. );
  35. #endif // PARALLAX_H