mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 02:20:19 +03:00
[lotest] Move lotest.h to correct directory
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user