Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / include / usr / lotest.h
1 #ifndef _USR_LOTEST_H
2 #define _USR_LOTEST_H
3
4 /** @file
5  *
6  * Loopback testing
7  *
8  */
9
10 FILE_LICENCE ( GPL2_OR_LATER );
11
12 extern int loopback_test ( struct net_device *sender,
13                            struct net_device *receiver, size_t mtu );
14
15 #endif /* _USR_LOTEST_H */