diff options
Diffstat (limited to 'roms/ipxe/src/include/usr/lotest.h')
-rw-r--r-- | roms/ipxe/src/include/usr/lotest.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/ipxe/src/include/usr/lotest.h b/roms/ipxe/src/include/usr/lotest.h new file mode 100644 index 00000000..aa4bbac4 --- /dev/null +++ b/roms/ipxe/src/include/usr/lotest.h @@ -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 */ |