summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/irmini/nscdemo.h
blob: 8fb80189eea2af2439b50049f824817cd08a3640 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *  NSCDEMO.H
 *
 *
 *
 */

#include "dongle.h"

#ifndef NSCDEMO_H
	#define NSCDEMO_H

	BOOLEAN NSC_DEMO_Init(UINT comBase, dongleCapabilities *caps, UINT *context);
	VOID NSC_DEMO_Deinit(UINT comBase, UINT context);
	BOOLEAN NSC_DEMO_SetSpeed(UINT comBase, UINT bitsPerSec, UINT context);

#endif NSCDEMO_H