summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/aic5900/send.c
blob: 664d60866605d467fa28651e716238a013810fb0 (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
/*++

Copyright (c) 1990-1995  Microsoft Corporation

Module Name:

	D:\nt\private\ntos\ndis\aic5900\send.c

Abstract:

Author:

	Kyle Brandon	(KyleB)		

Environment:

	Kernel mode

Revision History:

--*/

#include "aic5900.h"

#define	MODULE_NUMBER	MODULE_SEND


VOID
Aic5900SendPackets(
	IN	NDIS_HANDLE		MiniportVcContext,
	IN	PPNDIS_PACKET	PacketArray,
	IN	UINT			NumberOfPackets
	)
/*++

Routine Description:

Arguments:

Return Value:

--*/
{
}