Whamcloud - gitweb
1ddd03d41a8ec6f6349ddcbd227b520e360dedc9
[fs/lustre-release.git] / lnet / include / libcfs / linux / lltrace.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4 #ifndef __LIBCFS_LINUX_LLTRACE_H__
5 #define __LIBCFS_LINUX_LLTRACE_H__
6
7 #ifndef __LIBCFS_LLTRACE_H__
8 #error Do not #include this file directly. #include <libcfs/lltrace.h> instead
9 #endif
10
11 #include <stdio.h>
12 #include <stdlib.h>
13 #include <getopt.h>
14 #include <string.h>
15 #include <errno.h>
16 #include <sys/types.h>
17 #include <sys/stat.h>
18 #include <fcntl.h>
19 #include <unistd.h>
20 #include <sys/time.h>
21 #include <lnet/types.h>
22 #include <libcfs/kp30.h>
23 #include <lnet/lnetctl.h>
24 #include <linux/limits.h>
25 #include <asm/page.h>
26 #include <linux/version.h>
27
28 #endif