2007-10-11 11:20:03 +02:00
|
|
|
#ifdef __KERNEL__
|
2008-04-20 21:02:17 +02:00
|
|
|
# ifdef CONFIG_X86_32
|
|
|
|
# include "unistd_32.h"
|
|
|
|
# else
|
|
|
|
# include "unistd_64.h"
|
|
|
|
# endif
|
|
|
|
#else
|
|
|
|
# ifdef __i386__
|
2007-10-11 11:20:03 +02:00
|
|
|
# include "unistd_32.h"
|
|
|
|
# else
|
|
|
|
# include "unistd_64.h"
|
|
|
|
# endif
|
|
|
|
#endif
|