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

/*
************************************************************************
*
* NSCDEMO.H
*
*
* Portions Copyright (C) 1996-1998 National Semiconductor Corp.
* All rights reserved.
* Copyright (C) 1996-1998 Microsoft Corporation. All Rights Reserved.
*
*
*
*************************************************************************
*/
#include "dongle.h"
#ifndef NSCDEMO_H
#define NSCDEMO_H
BOOLEAN NSC_DEMO_Init(IrDevice *thisDev);
VOID NSC_DEMO_Deinit(PUCHAR comBase, UINT context);
BOOLEAN NSC_DEMO_SetSpeed(IrDevice *thisDev, PUCHAR comBase, UINT bitsPerSec, UINT context);
#endif NSCDEMO_H