summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/usr/lotest.h
blob: ce0fe5edace21e20d23aa86a52bf3a515990e973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 );

#endif /* _USR_LOTEST_H */