david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/usr/lotest.h
Michael Brown 1782fc7011 [lotest] Move lotest.h to correct directory
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-11-18 23:30:50 +00:00

16 lines
250 B
C

#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 */