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