Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / 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