blob: aa4bbac4d81799798fba062b7fb8d0a069d185a4 [file] [log] [blame]
#ifndef _USR_LOTEST_H
#define _USR_LOTEST_H
/** @file
*
* Loopback testing
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
extern int loopback_test ( struct net_device *sender,
struct net_device *receiver, size_t mtu );
#endif /* _USR_LOTEST_H */