Whamcloud - gitweb
Branch b1_4
[fs/lustre-release.git] / lnet / include / libcfs / types.h
1 #ifndef _LIBCFS_TYPES_H
2 #define _LIBCFS_TYPES_H
3
4 /*
5  * This file was inttroduced to resolve XT3 (Catamount) build issues.
6  * The orignal idea was to move <lustre/types.h> here however at
7  * the time of this writing
8  * it's unclear what external dependencies are tied
9  * to that file (It's not just some source file #including it)
10  * there is some build/packaging infrastructure that includes it.
11  * Hopefully that will be resolved shortly, that file will
12  * be removed, its contents copied here and this comment can be deleted.
13  */
14
15 #include <lustre/types.h>
16
17 #endif