2008-07-03 18:02:41 +08:00
|
|
|
#ifdef __KERNEL__
|
|
|
|
# ifdef CONFIG_SUPERH32
|
|
|
|
# include "unistd_32.h"
|
|
|
|
# else
|
|
|
|
# include "unistd_64.h"
|
|
|
|
# endif
|
2007-11-11 16:46:49 +08:00
|
|
|
#else
|
2008-07-03 18:02:41 +08:00
|
|
|
# ifdef __SH5__
|
|
|
|
# include "unistd_64.h"
|
|
|
|
# else
|
|
|
|
# include "unistd_32.h"
|
|
|
|
# endif
|
2005-04-17 06:20:36 +08:00
|
|
|
#endif
|