InterfaceTx.h 120 B

1234567
  1. #ifndef _INTERFACE_TX_H
  2. #define _INTERFACE_TX_H
  3. INT InterfaceTransmitPacket(PVOID arg, PVOID data, UINT len);
  4. #endif