[lotest] Move lotest.h to correct directory

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-11-18 23:30:50 +00:00
parent 3d9096f719
commit 1782fc7011

15
src/include/usr/lotest.h Normal file
View File

@@ -0,0 +1,15 @@
#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 */