diff options
author | Michael Brown | 2010-11-19 00:30:50 +0100 |
---|---|---|
committer | Michael Brown | 2010-11-19 00:30:50 +0100 |
commit | 1782fc7011a725386075fff00989f19c5f4b7530 (patch) | |
tree | 7507e4f6f0cebde1d195d08325299f26a355bf07 /src/include/usr | |
parent | [lacp] Fix dumping of raw LACP packets (diff) | |
download | ipxe-1782fc7011a725386075fff00989f19c5f4b7530.tar.gz ipxe-1782fc7011a725386075fff00989f19c5f4b7530.tar.xz ipxe-1782fc7011a725386075fff00989f19c5f4b7530.zip |
[lotest] Move lotest.h to correct directory
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/usr')
-rw-r--r-- | src/include/usr/lotest.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/include/usr/lotest.h b/src/include/usr/lotest.h new file mode 100644 index 00000000..aa4bbac4 --- /dev/null +++ b/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 */ |