summaryrefslogblamecommitdiffstats
path: root/src/include/usr/lotest.h
blob: bd66f4a448c8394e4f3cda11e5ca9503d9d57750 (plain) (tree)
1
2
3
4
5
6
7
8
9








                     
                                       

                                                     

                                                       

                          
#ifndef _USR_LOTEST_H
#define _USR_LOTEST_H

/** @file
 *
 * Loopback testing
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

extern int loopback_test ( struct net_device *sender,
			   struct net_device *receiver,
			   size_t mtu, int broadcast );

#endif /* _USR_LOTEST_H */