summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMichael Brown2010-11-19 00:30:50 +0100
committerMichael Brown2010-11-19 00:30:50 +0100
commit1782fc7011a725386075fff00989f19c5f4b7530 (patch)
tree7507e4f6f0cebde1d195d08325299f26a355bf07 /src/include/usr
parent[lacp] Fix dumping of raw LACP packets (diff)
downloadipxe-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.h15
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 */