summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isnp/spx/h/spxsend.h
blob: 40ef810eaa19be054c314012c2b46a0317b1f4ac (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
/*++

Copyright (c) 1989-1993  Microsoft Corporation

Module Name:

    spxsend.h

Abstract:


Author:

    Nikhil Kamkolkar (nikhilk) 11-November-1993

Environment:

    Kernel mode

Revision History:


--*/


VOID
SpxSendComplete(
    IN PNDIS_PACKET NdisPacket,
    IN NDIS_STATUS  NdisStatus);

VOID
SpxSendPktRelease(
	IN	PNDIS_PACKET	pPkt,
	IN	UINT			BufCount);