]> Pileus Git - ~andy/linux/blob - drivers/staging/bcm/InterfaceTx.h
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / drivers / staging / bcm / InterfaceTx.h
1 #ifndef _INTERFACE_TX_H
2 #define _INTERFACE_TX_H
3
4 INT InterfaceTransmitPacket(PVOID arg, PVOID data, UINT len);
5
6
7 ULONG InterfaceTxDataPacket(PMINI_ADAPTER Adapter,PVOID Packet,USHORT usVcid);
8
9 ULONG InterfaceTxControlPacket(PMINI_ADAPTER Adapter,PVOID pvBuffer,UINT uiBufferLength);
10
11
12 #endif
13