Whamcloud - gitweb
640100e255c0fb9a897f4fb760842451d79e41f1
[fs/lustre-release.git] / lnet / tests / arch-linux / ping.h
1 #ifndef __LINUX_PING_H__
2 #define __LINUX_PING_H__
3
4 #include <linux/module.h>
5 #include <linux/proc_fs.h>
6 #include <linux/init.h>
7 #include <linux/kernel.h>
8 #include <linux/sched.h>
9 #include <linux/version.h>
10 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
11 #include <linux/workqueue.h>
12 #else
13 #include <linux/tqueue.h>
14 #endif
15 #include <linux/wait.h>
16 #include <linux/smp_lock.h>
17 #include <linux/poll.h>
18                                                                                                                                                                            
19 #include <asm/unistd.h>
20 #include <asm/semaphore.h>
21
22 #endif