blob: fe312a5ba20478da9bf5afc91edf4b526bbe0ce5 [file] [log] [blame]
Thomas Gleixner96a388d2007-10-11 11:20:03 +02001#ifdef __KERNEL__
Joe Perchese40c0fe2008-03-09 12:35:00 -07002# if defined(CONFIG_X86_32) || defined(__i386__)
Thomas Gleixner96a388d2007-10-11 11:20:03 +02003# include "posix_types_32.h"
4# else
5# include "posix_types_64.h"
6# endif
7#endif