summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/lt200/ltfirm.h
blob: 5ddae948df1bc4262f4eefd4218bffc50a83ce71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*++

Copyright (c) 1992  Microsoft Corporation

Module Name:

	ltfirm.h

Abstract:

	This module contains the firmware init definitions.

Author:

	Stephen Hou			(stephh@microsoft.com)
	Nikhil 	Kamkolkar 	(nikhilk@microsoft.com)

Revision History:
	19 Jun 1992		Initial Version (dch@pacvax.pacersoft.com)

Notes:	Tab stop: 4
--*/

#ifndef	_LTFIRM_H_
#define	_LTFIRM_H_

BOOLEAN
LtFirmInitialize(
	IN	PLT_ADAPTER Adapter,
	IN	UCHAR		SuggestedNodeId);

#ifdef	LTFIRM_H_LOCALS
#define		MAX_READ_RETRY_COUNT	500
#define		MAX_START_RETRY_COUNT	500

#define		LT_FIRM_INIT_STALL_TIME	10000	// 10ms

#endif	// LTFIRM_H_LOCALS


#endif	// _LTFIRM_H_