summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/lt200/ltreset.h
blob: cc998daf422fde11c7d71aa459f2aedb9edd2cca (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*++

Copyright (c) 1992  Microsoft Corporation

Module Name:

	ltreset.h

Abstract:

	This module contains

Author:

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

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

Notes:	Tab stop: 4
--*/

#ifndef	_LTRESET_H_
#define	_LTRESET_H_


NDIS_STATUS
LtReset(
    IN NDIS_HANDLE MacBindingHandle
    );

VOID
LtResetComplete(
    PLT_ADAPTER Adapter
    );


#ifdef LTRESET_H_LOCALS


STATIC
VOID
LtResetSetupForReset(
    IN PLT_ADAPTER Adapter
    );

STATIC
VOID
LtResetSignalBindings(
    PLT_ADAPTER     Adapter,
    NDIS_STATUS     StatusToSignal
    );


#endif  // LTRESET_H_LOCALS

#endif	// _LTRESET_H_