diff options
Diffstat (limited to 'drivers/staging/bcm/InterfaceTx.h')
| -rw-r--r-- | drivers/staging/bcm/InterfaceTx.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/bcm/InterfaceTx.h b/drivers/staging/bcm/InterfaceTx.h new file mode 100644 index 00000000000..273147577c1 --- /dev/null +++ b/drivers/staging/bcm/InterfaceTx.h @@ -0,0 +1,7 @@ +#ifndef _INTERFACE_TX_H +#define _INTERFACE_TX_H + +INT InterfaceTransmitPacket(PVOID arg, PVOID data, UINT len); + +#endif + |
