Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / include / usr / lotest.h
diff --git a/qemu/roms/ipxe/src/include/usr/lotest.h b/qemu/roms/ipxe/src/include/usr/lotest.h
new file mode 100644 (file)
index 0000000..aa4bbac
--- /dev/null
@@ -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 */