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