Whamcloud - gitweb
* Landed portals:b_port_step as follows...
[fs/lustre-release.git] / lnet / tests / arch-linux / ping.h
diff --git a/lnet/tests/arch-linux/ping.h b/lnet/tests/arch-linux/ping.h
new file mode 100644 (file)
index 0000000..640100e
--- /dev/null
@@ -0,0 +1,22 @@
+#ifndef __LINUX_PING_H__
+#define __LINUX_PING_H__
+
+#include <linux/module.h>
+#include <linux/proc_fs.h>
+#include <linux/init.h>
+#include <linux/kernel.h>
+#include <linux/sched.h>
+#include <linux/version.h>
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
+#include <linux/workqueue.h>
+#else
+#include <linux/tqueue.h>
+#endif
+#include <linux/wait.h>
+#include <linux/smp_lock.h>
+#include <linux/poll.h>
+                                                                                                                                                                           
+#include <asm/unistd.h>
+#include <asm/semaphore.h>
+
+#endif