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.

25 lines
619 B

  1. /*
  2. ************************************************************************
  3. *
  4. * NSCDEMO.H
  5. *
  6. *
  7. * Portions Copyright (C) 1996-1998 National Semiconductor Corp.
  8. * All rights reserved.
  9. * Copyright (C) 1996-1998 Microsoft Corporation. All Rights Reserved.
  10. *
  11. *
  12. *
  13. *************************************************************************
  14. */
  15. #include "dongle.h"
  16. #ifndef NSCDEMO_H
  17. #define NSCDEMO_H
  18. BOOLEAN NSC_DEMO_Init(IrDevice *thisDev);
  19. VOID NSC_DEMO_Deinit(PUCHAR comBase, UINT context);
  20. BOOLEAN NSC_DEMO_SetSpeed(IrDevice *thisDev, PUCHAR comBase, UINT bitsPerSec, UINT context);
  21. #endif NSCDEMO_H