david/ipxe
david
/
ipxe
Archived
1
0
Fork 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

17 lines
279 B
C

#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, int broadcast );
#endif /* _USR_LOTEST_H */